Santhosh Chakka
Santhosh Chakka

Reputation: 335

Hive Vertex failed, vertexName=Map

Hello All I have getting

"Vertex failed, vertexName=Map"

error while inserting in to a hive table . .

Vertex failed, vertexName=Map 1, vertexId=vertex_1514985864009_4176244_3_00, diagnostics=[Task failed, taskId=task_1514985864009_4176244_3_00_000006, diagnostics=[TaskAttempt 0 failed, info=[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row

Below is the other part of the error

at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run

at java.security.AccessController.doPrivileged at javax.security.auth.Subject.doAs at org.apache.hadoop.security.UserGroupInformation.doAs at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal at org.apache.tez.common.CallableWithNdc.call

Upvotes: 1

Views: 6821

Answers (1)

user13538734
user13538734

Reputation: 1

Trying changing the JOB to Map reducer from tez

Upvotes: 0

Related Questions