Ahmad Hussain
Ahmad Hussain

Reputation: 1

Vertex issue occuring while executing query

Receiving vertex issue while executing a query.

Error:

Error while compiling statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. 
Vertex failed, vertexName=Map 3, vertexId=vertex_1683264843276_149409_1_01, diagnostics=[Vertex vertex_1683264843276_149409_1_01 
[Map 3] killed/failed due to: ROOT_INPUT_INIT_FAILURE, 
Vertex Input: i_bsm_starmrt_ils_monthend_info_tb initializer failed,
vertex=vertex_1683264843276_149409_1_01 [Map 3],
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist:

Tried to execute query

Upvotes: 0

Views: 242

Answers (1)

Raid
Raid

Reputation: 180

The error is indicating missing file path.

org.apache.hadoop.mapred.InvalidInputException: Input path does not exist:

Check if table i_bsm_starmrt_ils_monthend_info_tb has any missing files.

Upvotes: 0

Related Questions