Hadoop patch should pass HADOOP_CONF_DIR to executors
-----------------------------------------------------

                 Key: MESOS-177
                 URL: https://issues.apache.org/jira/browse/MESOS-177
             Project: Mesos
          Issue Type: Improvement
            Reporter: Charles Reiss
            Priority: Minor


Currently, the Hadoop patch finds the executor binary at 
`pwd`/bin/mesos-executor and passes address of the jobtracker as an argument to 
it. It should also patch the Hadoop configuration directory location (e.g. as 
set through HADOOP_CONF_DIR or the --config option to bin/hadoop). This would 
allow one to run differently configured Hadoop jobtracker instances of the same 
version without creating a "shadow" bin directory (with a custom 
mesos-executor) or making a separate copy of the Hadoop directory for each 
instance.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to