[
https://issues.apache.org/jira/browse/HIVE-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299777#comment-14299777
]
Hive QA commented on HIVE-9529:
-------------------------------
{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/12695720/HIVE-9529.1.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 7412 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udaf_histogram_numeric
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testMetastoreProxyUser
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testSaslWithHiveMetaStore
org.apache.hive.hcatalog.templeton.TestWebHCatE2e.getHiveVersion
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2601/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2601/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2601/
Messages:
{noformat}
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: 12695720 - PreCommit-HIVE-TRUNK-Build
> "alter table .. concatenate" under Tez mode should create TezTask
> -----------------------------------------------------------------
>
> Key: HIVE-9529
> URL: https://issues.apache.org/jira/browse/HIVE-9529
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.0.0, 1.2.0, 1.1.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Attachments: HIVE-9529.1.patch
>
>
> "alter table .. concatenate" DDL command creates MR task by default. When
> hive cli is launched with execution engine as tez, the scheduling of the MR
> task for file merging could be delayed until tez session expiration. This
> happens because YARN will not have capacity to launch another AppMaster for
> MR task. We should create tez task to overcome this. When the execution
> engine is tez TezTask will be created else MRTask will be created.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)