[ 
https://issues.apache.org/jira/browse/HIVE-7857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152669#comment-14152669
 ] 

Hive QA commented on HIVE-7857:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12671849/HIVE-7857.3.patch

{color:green}SUCCESS:{color} +1 6371 tests passed

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1043/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1043/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1043/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12671849

> Hive query fails after Tez session times out
> --------------------------------------------
>
>                 Key: HIVE-7857
>                 URL: https://issues.apache.org/jira/browse/HIVE-7857
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez
>    Affects Versions: 0.14.0
>            Reporter: Vikram Dixit K
>            Assignee: Vikram Dixit K
>            Priority: Critical
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7857.1.patch, HIVE-7857.2.patch, HIVE-7857.3.patch
>
>
> Originally reported by [~deepesh]
> Steps to reproduce:
>     Open the Hive CLI, ensure that HIVE_AUX_JARS_PATH has hcatalog-core.jar 
> in the path.
>     Keep it idle for more than 5 minutes (this is the default tez session 
> timeout). Essentially Tez session should time out.
>     Run a Hive on Tez query, the query fails. Here is a sample CLI session:
> {noformat}
>     hive> select from_unixtime(unix_timestamp(), "dd-MMM-yyyy") from 
> vectortab10korc limit 1;
>     Query ID = hrt_qa_20140626002525_6e964079-4031-406b-85ed-cda9c65dca22
>     Total jobs = 1
>     Launching Job 1 out of 1
>     Tez session was closed. Reopening...
>     Session re-established.
>     Status: Running (application id: application_1403688364015_1930)
>     Map 1: -/-
>     Map 1: 0/1
>     Map 1: 0/1
>     Map 1: 0/1
>     Map 1: 0/1
>     Map 1: 0/1
>     Status: Failed
>     Vertex failed, vertexName=Map 1, vertexId=vertex_1403688364015_1930_1_00, 
> diagnostics=[Task failed, taskId=task_1403688364015_1930_1_00_000000, 
> diagnostics=[AttemptID:attempt_1403688364015_1930_1_00_000000_0 
> Info:Container container_1403688364015_1930_01_000002 COMPLETED with 
> diagnostics set to [Resource 
> hdfs://ambari-sec-1403670773-others-2-1.cs1cloud.internal:8020/tmp/hive-hrt_qa/_tez_session_dir/3d3ef758-90f3-4bb3-86cb-902aeb3b8830/hive-hcatalog-core-0.13.0.2.1.3.0-554.jar
>  changed on src filesystem (expected 1403741969169, was 1403742347351
>     ], AttemptID:attempt_1403688364015_1930_1_00_000000_1 Info:Container 
> container_1403688364015_1930_01_000003 COMPLETED with diagnostics set to 
> [Resource 
> hdfs://ambari-sec-1403670773-others-2-1.cs1cloud.internal:8020/tmp/hive-hrt_qa/_tez_session_dir/3d3ef758-90f3-4bb3-86cb-902aeb3b8830/hive-hcatalog-core-0.13.0.2.1.3.0-554.jar
>  changed on src filesystem (expected 1403741969169, was 1403742347351
>     ], AttemptID:attempt_1403688364015_1930_1_00_000000_2 Info:Container 
> container_1403688364015_1930_01_000004 COMPLETED with diagnostics set to 
> [Resource 
> hdfs://ambari-sec-1403670773-others-2-1.cs1cloud.internal:8020/tmp/hive-hrt_qa/_tez_session_dir/3d3ef758-90f3-4bb3-86cb-902aeb3b8830/hive-hcatalog-core-0.13.0.2.1.3.0-554.jar
>  changed on src filesystem (expected 1403741969169, was 1403742347351
>     ], AttemptID:attempt_1403688364015_1930_1_00_000000_3 Info:Container 
> container_1403688364015_1930_01_000005 COMPLETED with diagnostics set to 
> [Resource 
> hdfs://ambari-sec-1403670773-others-2-1.cs1cloud.internal:8020/tmp/hive-hrt_qa/_tez_session_dir/3d3ef758-90f3-4bb3-86cb-902aeb3b8830/hive-hcatalog-core-0.13.0.2.1.3.0-554.jar
>  changed on src filesystem (expected 1403741969169, was 1403742347351
>     ]], Vertex failed as one or more tasks failed. failedTasks:1]
>     DAG failed due to vertex failure. failedVertices:1 killedVertices:0
>     FAILED: Execution Error, return code 2 from 
> org.apache.hadoop.hive.ql.exec.tez.TezTask
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to