You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Wing Yew Poon (JIRA)" <ji...@apache.org> on 2011/06/29 23:52:28 UTC

[jira] [Commented] (MAPREDUCE-2376) test-task-controller fails if run as a userid < 1000

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

Wing Yew Poon commented on MAPREDUCE-2376:
------------------------------------------

On CentOS 5.5 (and possibly other systems), non-system users have id >= 500, not 1000.
The test should check that the user id is between UID_MIN and UID_MAX in /etc/login.defs of the system.
We are being bitten by this issue on our kerberos-secured cluster.

> test-task-controller fails if run as a userid < 1000
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-2376
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2376
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2376-20.txt
>
>
> test-task-controller tries to verify that the task-controller won't run on behalf of users with uid < 1000. This makes the test fail when running in some test environments - eg our hudson jobs internally run as a system user with uid 101.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira