You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2012/05/02 00:44:51 UTC

[jira] [Updated] (HADOOP-8332) make default container-executor.conf.dir be a path relative to the container-executor binary

     [ https://issues.apache.org/jira/browse/HADOOP-8332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated HADOOP-8332:
-------------------------------------

    Attachment: HADOOP-8332.patch.txt

This patch adds an option of specifying container-executor.conf.dir as a path relative to the location of the container-executor executable itself.
                
> make default container-executor.conf.dir be a path relative to the container-executor binary
> --------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8332
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8332
>             Project: Hadoop Common
>          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
>
>
> 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