[ https://issues.apache.org/jira/browse/HIVE-7236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036470#comment-14036470 ]
Hive QA commented on HIVE-7236: ------------------------------- {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/12650509/HIVE-7236.1.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5579 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas org.apache.hadoop.hive.ql.exec.tez.TestTezTask.testSubmit {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/504/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/504/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-504/ 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12650509 > Tez progress monitor should indicate running/failed tasks > --------------------------------------------------------- > > Key: HIVE-7236 > URL: https://issues.apache.org/jira/browse/HIVE-7236 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 0.14.0 > Reporter: Gopal V > Assignee: Gopal V > Priority: Minor > Attachments: HIVE-7236.1.patch > > > Currently, the only logging in TezJobMonitor is for completed tasks. > This makes it hard to locate task stalls and task failures. Failure scenarios > are harder to debug, in particular when analyzing query runs on a cluster > with bad nodes. > Change the job monitor to log running & failed tasks as follows. > {code} > Map 1: 0(+157,-1)/1755 Reducer 2: 0/1 > Map 1: 0(+168,-1)/1755 Reducer 2: 0/1 > Map 1: 0(+189,-1)/1755 Reducer 2: 0/1 > Map 1: 0(+189,-1)/1755 Reducer 2: 0/1 > {code} > That is 189 tasks running, 1 failure and 0 complete. -- This message was sent by Atlassian JIRA (v6.2#6252)