shanyu zhao created HIVE-13886:
----------------------------------
Summary: HiveSplitGenerator does not read dfs.blocksize correctly
Key: HIVE-13886
URL: https://issues.apache.org/jira/browse/HIVE-13886
Project: Hive
Issue Type: Bug
Components: Query Planning
Affects Versions: 1.2.1
Reporter: shanyu zhao
In src/java/org/apache/hadoop/hive/ql/exec/tez/HiveSplitGenerator.java, it uses
conf.getLong() to read "dfs.blocksize". This results in Exception if one
configures it to something like "256m". It should use conf.getLongBytes() to
read it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)