Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
windows xp and linux
Description
This patch allow the logging from TaskTracker$Child instances (Tasks) to be logged to their own directories. Currently under the hadoop.log.dir there is a userlogs directory created under which their are task directories to hold error output from tasks. This feature sets the hadoop.log.dir of each child task being created to that task directory under userlogs. This way each task can have its logging go to its own directory instead of all being in the main hadoop log file.