[ 
https://issues.apache.org/jira/browse/HIVE-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902487#action_12902487
 ] 

Yun Huang Yong commented on HIVE-1594:
--------------------------------------

Just doing a quick grep audit of other settings, I think the following is also 
mismatched:

In the format: hive-default.xml => HiveConf.java

hive.default.partition.name => hive.exec.default.partition.name
  - I believe HiveConf.java has the correct value

> Typo of hive.merge.size.smallfiles.avgsize prevents change of value
> -------------------------------------------------------------------
>
>                 Key: HIVE-1594
>                 URL: https://issues.apache.org/jira/browse/HIVE-1594
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 0.5.0, 0.6.0, 0.7.0
>            Reporter: Yun Huang Yong
>            Priority: Minor
>
> The setting is described as <name>hive.merge.size.smallfiles.avgsize</name>, 
> however common/src/java/org/apache/hadoop/hive/conf/HiveConf.java reads it as 
> "hive.merge.smallfiles.avgsize" (note the missing '.size.') so the user's 
> setting has no effect and the value is stuck at the default of 16MB.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to