[
https://issues.apache.org/jira/browse/HADOOP-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505262
]
Owen O'Malley commented on HADOOP-1494:
---------------------------------------
The task logs are captured by the task tracker and are visible via the web ui.
If you drill down to the task you are interested in, it will have link on the
right side to look at the stdout/stderr/logs for a given task attempt.
> TaskRunner.java unconditionally sets child vm hadoop.root.logger to INFO,TLA
> ----------------------------------------------------------------------------
>
> Key: HADOOP-1494
> URL: https://issues.apache.org/jira/browse/HADOOP-1494
> Project: Hadoop
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Michael Bieniosek
> Priority: Minor
>
> When TaskRunner.java spins up a task in a child vm, it sets
> -Dhadoop.root.logger=INFO,TLA. This seems wrong. Maybe it would be better
> as System.getProperty("hadoop.root.logger")?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.