Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 2.0.0-alpha
-
None
-
Reviewed
-
A map-task's syslogs now carries basic info on the InputSplit it processed.
Description
It would be easier to debug some corner in tasks if we knew what was the input split processed by that task. Map reduce task tracker log should accommodate the same. Also in the jobdetails web UI, the split also should be displayed along with the Split Locations.
Sample as
Input Split
hdfs://myserver:9000/userdata/sampleapp/inputdir/file1.csv - <split no>/<offset from beginning of file>
This would be much beneficial to nail down some data quality issues in large data volume processing.
Attachments
Attachments
Issue Links
- duplicates
-
MAPREDUCE-2076 Showing inputsplit filename/offset inside the webui or tasklog
- Resolved