[ https://issues.apache.org/jira/browse/HIVE-13886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
shanyu zhao updated HIVE-13886: ------------------------------- Attachment: HIVE-13886.patch patch attached. > 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 > Attachments: HIVE-13886.patch > > > 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)