Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
None
Description
MapreduceLauncher initializes a statsJobClient to poll counter information of jobs. This works fine in mapreduce mode but it reports incorrect information in local (auto-local) mode. Pig code should try to use org.apache.hadoop.mapred.jobcontrol.Job's getJobClient api to get handle to jobClient wherever possible. statsJobClient (and wherever its references are passed) should be deprecated.
Attachments
Attachments
Issue Links
- breaks
-
PIG-3958 TestMRJobStats is broken in 0.13 and trunk
- Closed
- is related to
-
PIG-3853 Pig does not kill all the jobs during shutdown for hadoop2
- Open
-
PIG-3825 Stats collection needs to be changed for hadoop2 (with auto local mode)
- Closed
-
MAPREDUCE-1214 Add support for counters in Hadoop Local Mode
- Open