Fengdong Yu created HIVE-13765:
----------------------------------
Summary: Hive cannot recognize dfs.blocksize formatted value
Key: HIVE-13765
URL: https://issues.apache.org/jira/browse/HIVE-13765
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 2.0.0, 1.2.1
Reporter: Fengdong Yu
Priority: Minor
I've built hive on Hadoop-2.7.2, and my block size configured in Hadoop is:
{code}
<property>
<name>dfs.blocksize</name>
<value>128m</value>
</property>
{code}
then Hive shell cannot start, it complains "cannot convert 128m to a Number",
something like this exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)