Hari Sekhon created TEZ-2484:
--------------------------------
Summary: Tez vertex for Hive fails but Resource Manager reports
job succeeded
Key: TEZ-2484
URL: https://issues.apache.org/jira/browse/TEZ-2484
Project: Apache Tez
Issue Type: Bug
Affects Versions: 0.5.2
Environment: HDP 2.2.4.2
Reporter: Hari Sekhon
When running a Hive on Tez job via Hive CLI the job fails and I get the error
shown below but in the Resource Manager the job is shown as "Succeeded", even
though it's clearly failed:
{code}
Status: Running (Executing on YARN cluster with App id
application_1432310690008_0103)
--------------------------------------------------------------------------------
VERTICES STATUS TOTAL COMPLETED RUNNING PENDING FAILED KILLED
--------------------------------------------------------------------------------
Map 1 FAILED 1478 0 0 1478 1 1477
--------------------------------------------------------------------------------
VERTICES: 00/01 [>>--------------------------] 0% ELAPSED TIME: 1589.41 s
--------------------------------------------------------------------------------
Status: Failed
Vertex failed, vertexName=Map 1, vertexId=vertex_1432310690008_0103_1_00,
diagnostics=[Task failed, taskId=task_1432310690008_0103_1_00_000000,
diagnostics=[TaskAttempt 0 failed, info=[
Containercontainer_e122_1432310690008_0103_01_000094 received a STOP_REQUEST]],
Vertex failed as one or more tasks failed. failedTasks:1, Vertex
vertex_1432310690008_0103_1_00 [Map 1] killed/failed due to:null]
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
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)