[ https://issues.apache.org/jira/browse/HIVE-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053403#comment-14053403 ]
Lefty Leverenz edited comment on HIVE-6586 at 7/28/14 7:26 AM: --------------------------------------------------------------- HIVE-7231 adds hive.exec.orc.default.block.size & hive.exec.orc.block.padding.tolerance in 0.14.0 with descriptions in hive-default.xml.template. It also changes the default for hive.exec.orc.default.stripe.size to "64L * 1024 * 1024" (HiveConf.java) or "67108864" (template, same value). Note: The description of hive.exec.orc.block.padding.tolerance is slightly inaccurate -- instead of saying "as a percentage of stripe size" it should say "as a decimal fraction of stripe size." Update 28/Jul/14: HIVE-7490 changed the default of hive.exec.orc.default.stripe.size, so that doesn't have to be done here. was (Author: le...@hortonworks.com): HIVE-7231 adds hive.exec.orc.default.block.size & hive.exec.orc.block.padding.tolerance in 0.14.0 with descriptions in hive-default.xml.template. It also changes the default for hive.exec.orc.default.stripe.size to "64L * 1024 * 1024" (HiveConf.java) or "67108864" (template, same value). Note: The description of hive.exec.orc.block.padding.tolerance is slightly inaccurate -- instead of saying "as a percentage of stripe size" it should say "as a decimal fraction of stripe size." > Add new parameters to HiveConf.java after commit HIVE-6037 (also fix typos) > --------------------------------------------------------------------------- > > Key: HIVE-6586 > URL: https://issues.apache.org/jira/browse/HIVE-6586 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.0 > Reporter: Lefty Leverenz > Labels: TODOC14 > > HIVE-6037 puts the definitions of configuration parameters into the > HiveConf.java file, but several recent jiras for release 0.13.0 introduce new > parameters that aren't in HiveConf.java yet and some parameter definitions > need to be altered for 0.13.0. This jira will patch HiveConf.java after > HIVE-6037 gets committed. > Also, four typos patched in HIVE-6582 need to be fixed in the new > HiveConf.java. -- This message was sent by Atlassian JIRA (v6.2#6252)