[
https://issues.apache.org/jira/browse/HIVE-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14992462#comment-14992462
]
Hive QA commented on HIVE-12346:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12770803/HIVE-12346.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 9772 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver_hbase_queries
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hadoop.hive.hwi.TestHWISessionManager.testHiveDriver
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5934/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5934/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5934/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12770803 - PreCommit-HIVE-TRUNK-Build
> Internally used variables in HiveConf should not be settable via command
> ------------------------------------------------------------------------
>
> Key: HIVE-12346
> URL: https://issues.apache.org/jira/browse/HIVE-12346
> Project: Hive
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 1.2.1
> Reporter: Chaoyu Tang
> Assignee: Chaoyu Tang
> Attachments: HIVE-12346.patch
>
>
> Some HiveConf variables such as hive.added.jars.path are only for internal
> use and should not be settable via set command.
> We saw a lot of cases that users mistakenly set these variables using set
> command despite some of them have been documented as "internal parameter" in
> Hive. The command usually succeeds but it sometimes does not effect, which
> causes some confusions. For example, the hive.added.jars.path can be set via
> set command but it is sometimes overridden by session resource jars during
> runtime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)