[
https://issues.apache.org/jira/browse/HIVE-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086676#comment-16086676
]
Hive QA commented on HIVE-17083:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12877164/HIVE-17083.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 10892 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[create_merge_compressed]
(batchId=237)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[parquet_ppd_decimal]
(batchId=9)
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver[hbase_queries]
(batchId=94)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[llap_smb]
(batchId=143)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2]
(batchId=99)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23]
(batchId=232)
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionRegistrationWithCustomSchema
(batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionSpecRegistrationWithCustomSchema
(batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
(batchId=177)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6019/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6019/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6019/
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: 9 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12877164 - PreCommit-HIVE-Build
> DagUtils overwrites any credentials already added
> -------------------------------------------------
>
> Key: HIVE-17083
> URL: https://issues.apache.org/jira/browse/HIVE-17083
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Reporter: Josh Elser
> Assignee: Josh Elser
> Attachments: HIVE-17083.patch
>
>
> While working with a StorageHandler with hive.execution.engine=tez, I found
> that the credentials the storage handler was adding were not propagating to
> the dag.
> After a big of debugging/git-log, I found that DagUtils was overwriting the
> credentials which were already set. A quick patch locally seem to make things
> work again. Will put together a quick unit test.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)