You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Marco Nicosia (JIRA)" <ji...@apache.org> on 2008/10/18 01:02:44 UTC

[jira] Created: (HADOOP-4451) Resource Manager to assume identity of user to execute task

Resource Manager to assume identity of user to execute task
-----------------------------------------------------------

                 Key: HADOOP-4451
                 URL: https://issues.apache.org/jira/browse/HADOOP-4451
             Project: Hadoop Core
          Issue Type: Improvement
          Components: mapred
            Reporter: Marco Nicosia
             Fix For: 0.20.0


In the coming resource manager, the current model is that all tasks will run as the same generic user (task.java is called directly by the TaskTracker).

Instead of calling "java task.java [arguments]" allow for calling a program which will assume the UID (euid, gid, etc) of the calling user and call task.java on behalf of the TaskTracker.


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


[jira] Commented: (HADOOP-4451) Resource Manager to assume identity of user to execute task

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649036#action_12649036 ] 

Hemanth Yamijala commented on HADOOP-4451:
------------------------------------------

Hi, I propose to close this as a duplicate of HADOOP-4490, and continue discussions there. HADOOP-4490 is a sub-task of a larger task, and seems to make more sense to leave it intact. Can watchers of this issue please switch to watching the new one ? If no one has objections, I will close it tomorrow.

> Resource Manager to assume identity of user to execute task
> -----------------------------------------------------------
>
>                 Key: HADOOP-4451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4451
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Marco Nicosia
>             Fix For: 0.20.0
>
>
> In the coming resource manager, the current model is that all tasks will run as the same generic user (task.java is called directly by the TaskTracker).
> Instead of calling "java task.java [arguments]" allow for calling a program which will assume the UID (euid, gid, etc) of the calling user and call task.java on behalf of the TaskTracker.

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


[jira] Resolved: (HADOOP-4451) Resource Manager to assume identity of user to execute task

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala resolved HADOOP-4451.
--------------------------------------

    Resolution: Duplicate

Resolving as duplicate of HADOOP-4490.

> Resource Manager to assume identity of user to execute task
> -----------------------------------------------------------
>
>                 Key: HADOOP-4451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4451
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Marco Nicosia
>             Fix For: 0.20.0
>
>
> In the coming resource manager, the current model is that all tasks will run as the same generic user (task.java is called directly by the TaskTracker).
> Instead of calling "java task.java [arguments]" allow for calling a program which will assume the UID (euid, gid, etc) of the calling user and call task.java on behalf of the TaskTracker.

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