[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267055#comment-13267055
 ] 

Hudson commented on MAPREDUCE-4219:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2193 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2193/])
    MAPREDUCE-4219. make default container-executor.conf.dir be a path relative 
to the container-executor binary. (rvs via tucu) (Revision 1333241)

     Result = ABORTED
tucu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1333241
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/pom.xml
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/configuration.c
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/configuration.h
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/main.c
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/test-container-executor.c

                
> make default container-executor.conf.dir be a path relative to the 
> container-executor binary
> --------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4219
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4219
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.23.1
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 2.0.0
>
>         Attachments: HADOOP-8332.patch.txt, MAPREDUCE-4219.patch.txt
>
>
> Currently, container-executor binary has an absolute pathname of its 
> configuration file baked in. This prevents an easy relocation of the 
> configuration files when dealing with multiple Hadoop installs on the same 
> node. It would be nice to at least allow for a relative path resolution 
> starting from the location of the container-executor binary itself. Something 
> like
> {noformat}
> ../etc/hadoop/
> {noformat}
> Thoughts?

--
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