[ https://issues.apache.org/jira/browse/HIVE-5085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13740824#comment-13740824 ]
Hive QA commented on HIVE-5085: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12598069/HIVE-5085.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 2859 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_udtf_not_supported2 {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/445/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/445/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. > Hive Metatool errors out if HIVE_OPTS is set > -------------------------------------------- > > Key: HIVE-5085 > URL: https://issues.apache.org/jira/browse/HIVE-5085 > Project: Hive > Issue Type: Bug > Components: Clients > Reporter: Sushanth Sowmyan > Assignee: Sushanth Sowmyan > Attachments: HIVE-5085.patch > > > If HIVE_OPTS were to be set, then the Hive Metatool fails on parsing the > commandline arguments. This can happen, for example, if HIVE_AUX_JARS_PATH > were to include the HCatalog jar. > The result, then, is that it tries to execute the following: > {code} > exec $HADOOP jar ${HIVE_LIB}/hive-cli-*.jar $CLASS $HIVE_OPTS "$@" > {code} > which maps to: > {noformat} > exec /usr/lib/hadoop/bin/hadoop jar > /usr/lib/hive/lib/hive-cli-0.11.0.2.0.5.0-30.jar > org.apache.hadoop.hive.metastore.tools.HiveMetaTool -hiveconf > hive.aux.jars.path=file:///usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar > -listFSRoot > {noformat} > Then Metatool chokes on seeing the "-hiveconf" parameter. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira