[ https://issues.apache.org/jira/browse/HIVE-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345557#comment-15345557 ]
Hive QA commented on HIVE-14070: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12812394/HIVE-14070.02.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 10257 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_constantPropagateForSubQuery 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.TestMiniSparkOnYarnCliDriver.testCliDriver_index_bitmap3 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority org.apache.hive.jdbc.TestJdbcWithMiniLlap.testLlapInputFormatEndToEnd {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/225/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/225/console Test logs: http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-225/ 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: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12812394 - 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)