Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.2
-
None
-
None
-
Reviewed
Description
This issue was found from a cluster where Pig query occasionally failed on NPE. Pig uses JobControl API to track MR job status, but sometimes Job History Server failed to flush job meta files to HDFS which caused the status update failed. Then we get NPE in org.apache.hadoop.mapreduce.Job.getJobName. The result of this situation is quite confusing: Pig query failed, job history is missing, but the job status on Yarn is succeed.
Attachments
Attachments
Issue Links
- is related to
-
PIG-4967 NPE in PigJobControl.run() when job status is null
- Resolved
-
MAPREDUCE-7179 Job status not available when job finished
- Patch Available