[ 
http://issues.apache.org/jira/browse/HADOOP-555?page=comments#action_12437695 ] 
            
Owen O'Malley commented on HADOOP-555:
--------------------------------------

TaskRunner is currently explicitly clearing the environment for the child. I 
assumed it was a requirement. *smile* I'm ok with passing the entire down to 
the child if that is ok with everyone. It certainly makes this bug very easy to 
fix.

> Tasks should inherit some of the server's environment
> -----------------------------------------------------
>
>                 Key: HADOOP-555
>                 URL: http://issues.apache.org/jira/browse/HADOOP-555
>             Project: Hadoop
>          Issue Type: Improvement
>            Reporter: Owen O'Malley
>
> When the task trackers start up the Task process, they clear the environment 
> variables. It would be better if there was a SERVER config that listed the 
> names of the environment variables that would be copied from the server's 
> enviroment.
> So the task tracker's config would have:
> <property><name>mapred.task.environment</name>
> <value>PATH,LD_LIBRARY_PATH</value></property>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to