[ https://issues.apache.org/jira/browse/HIVE-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15349033#comment-15349033 ]
Hive QA commented on HIVE-14070: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12813126/HIVE-14070.03.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 10263 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_list_bucket_dml_12 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_list_bucket_dml_13 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_stats_list_bucket org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_vector_complex_all org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_vector_complex_join org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_index_bitmap3 org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/258/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/258/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-258/ 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: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12813126 - PreCommit-HIVE-MASTER-Build > hive.tez.exec.print.summary=true returns wrong performance numbers on HS2 > ------------------------------------------------------------------------- > > Key: HIVE-14070 > URL: https://issues.apache.org/jira/browse/HIVE-14070 > Project: Hive > Issue Type: Sub-task > Reporter: Pengcheng Xiong > Assignee: Pengcheng Xiong > Attachments: HIVE-14070.01.patch, HIVE-14070.02.patch, > HIVE-14070.03.patch > > > On master, we have > {code} > Query Execution Summary > ---------------------------------------------------------------------------------------------- > OPERATION DURATION > ---------------------------------------------------------------------------------------------- > Compile Query -1466208820.74s > Prepare Plan 0.00s > Submit Plan 1466208825.50s > Start DAG 0.26s > Run DAG 4.39s > ---------------------------------------------------------------------------------------------- > Task Execution Summary > ---------------------------------------------------------------------------------------------- > VERTICES DURATION(ms) CPU_TIME(ms) GC_TIME(ms) INPUT_RECORDS > OUTPUT_RECORDS > ---------------------------------------------------------------------------------------------- > Map 1 1014.00 1,534 11 1,500 > 1 > Reducer 2 96.00 541 0 1 > 0 > ---------------------------------------------------------------------------------------------- > {code} > sounds like a real issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)