[ https://issues.apache.org/jira/browse/HIVE-6586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154485#comment-14154485 ]
Lefty Leverenz commented on HIVE-6586: -------------------------------------- Patch 2 adds descriptions for 7 parameters, removes angle brackets from descriptions of 2 parameters, improves descriptions of 24 parameters, and makes trivial edits and format changes to many more. If that's too much to review, I can strip out the trivial changes and create a new patch. (But I'd only try to get the changes in at a later time, so why not deal with them now?) If you don't have time to review the whole patch, please review the parameters you created. 7 descriptions added: * hive.metastore.try.direct.sql -- HIVE-4051, [~sershe] * hive.metastore.try.direct.sql.ddl -- HIVE-5626, [~sershe] * hive.txn.manager -- HIVE-5843, [~alangates] * hive.server2.authentication -- HIVE-2935, [~cwsteinbach] * hive.server2.use.SSL -- HIVE-5351, [~prasadm] * hive.server2.keystore.path -- HIVE-5351, [~prasadm] * hive.server2.keystore.password -- HIVE-5351, [~prasadm] 2 sets of angle brackets removed: * hive.metastore.disallow.incompatible.col.type.changes -- HIVE-4409, [~dilipjoseph] * hive.cache.expr.evaluation -- HIVE-4209, [~navis] 24 improvements: * hive.exec.orc.write.format * hive.exec.orc.default.stripe.size * hive.exec.orc.default.row.index.stride * hive.exec.orc.default.buffer.size * hive.exec.orc.default.block.padding * hive.exec.orc.block.padding.tolerance * hive.exec.orc.default.buffer.size * hive.exec.orc.default.block.padding * hive.exec.orc.block.padding.tolerance * hive.exec.orc.zerocopy * hive.txn.timeout * hive.txn.max.open.batch * hive.compactor.initiator.on * hive.compactor.worker.threads * hive.compactor.worker.timeout * hive.compactor.check.interval * hive.compactor.delta.num.threshold * hive.compactor.delta.pct.threshold * hive.compactor.abortedtxn.threshold * hive.security.metastore.authorization.manager * hive.security.authorization.createtable.owner.grants * hive.security.authorization.sqlstd.confwhitelist * hive.server2.thrift.sasl.qop * hive.server2.async.exec.shutdown.timeout > 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, 0.14.0 > Reporter: Lefty Leverenz > Assignee: Lefty Leverenz > Labels: TODOC14 > Attachments: HIVE-6586.2.patch, HIVE-6586.patch, > hive-default.xml.template, hive-default.xml.template.patch2 > > > 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.3.4#6332)