You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/01/14 09:09:45 UTC

[jira] Created: (MAPREDUCE-2265) task-controller and jsvc should install into sbin// directory

task-controller and jsvc should install into sbin/<platform>/ directory
-----------------------------------------------------------------------

                 Key: MAPREDUCE-2265
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2265
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: build, task-controller, tasktracker
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Blocker
             Fix For: 0.22.0


Currently the task-controller and jsvc "live" in the bin/ directory regardless of build platform. This is incorrect since these components are native compiled code and thus are built for a particular architecture. So, when we ship a build of 22, we will want to ship both 32-bit and 64-bit artifacts so users can use these components without rebuilding on their own.

Additionally, it doesn't make sense for them to be in bin/ since they're not user-facing in any way (i.e a user would never directly invoke them). So I would propose putting them in an sbin directory.

The final proposed path is $HADOOP_HOME/sbin/<platform>/{jsvc,task-controller}

Note this is not an incompatible change since these components were not present in any prior apache release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (MAPREDUCE-2265) task-controller and jsvc should install into sbin// directory

Posted by "Todd Lipcon (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon resolved MAPREDUCE-2265.
------------------------------------

    Resolution: Won't Fix

this has all been redone in trunk/23
                
> task-controller and jsvc should install into sbin/<platform>/ directory
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2265
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2265
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: build, task-controller, tasktracker
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>
> Currently the task-controller and jsvc "live" in the bin/ directory regardless of build platform. This is incorrect since these components are native compiled code and thus are built for a particular architecture. So, when we ship a build of 22, we will want to ship both 32-bit and 64-bit artifacts so users can use these components without rebuilding on their own.
> Additionally, it doesn't make sense for them to be in bin/ since they're not user-facing in any way (i.e a user would never directly invoke them). So I would propose putting them in an sbin directory.
> The final proposed path is $HADOOP_HOME/sbin/<platform>/{jsvc,task-controller}
> Note this is not an incompatible change since these components were not present in any prior apache release.

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