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