[
https://issues.apache.org/jira/browse/HIVE-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742441#comment-14742441
]
Hive QA commented on HIVE-11792:
--------------------------------
{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/12755597/HIVE-11792.2.patch
{color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 9439 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_authorization_explain
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_explain_dependency
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_explain_dependency2
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_input4
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join0
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parallel_join0
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_plan_json
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_explainuser_1
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
org.apache.hive.hcatalog.streaming.TestStreaming.testTimeOutReaper
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5264/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5264/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5264/
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: 10 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12755597 - PreCommit-HIVE-TRUNK-Build
> User explain in tez does not preserve ordering
> ----------------------------------------------
>
> Key: HIVE-11792
> URL: https://issues.apache.org/jira/browse/HIVE-11792
> Project: Hive
> Issue Type: Bug
> Components: Diagnosability
> Affects Versions: 2.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Attachments: HIVE-11792.1.patch, HIVE-11792.2.patch
>
>
> HIVE-11037 introduced user level explain. The output of operator attributes
> are JSONObject which does not preserve ordering. This is causing diffs in
> test output when run under tez vs llap like below
> {code}
> - partition:{"ts":"2012-01-03+14:46:31","ds":"2012-01-03"}
> -
> table:{"serde:":"org.apache.hadoop.hive.ql.io.orc.OrcSerde","name:":"default.src_orc_merge_test_part","input
> format:":"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat","output
> format:":"org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat"}
> + partition:{"ds":"2012-01-03","ts":"2012-01-03+14:46:31"}
> + table:{"name:":"default.src_orc_merge_test_part","input
> format:":"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat","output
> format:":"org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat","serde:":"org.apache.hadoop.hive.ql.io.orc.OrcSerde"}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)