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 "Ravi Gummadi (JIRA)" <ji...@apache.org> on 2009/12/09 12:54:18 UTC

[jira] Commented: (MAPREDUCE-1284) TestLocalizationWithLinuxTaskController fails

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

Ravi Gummadi commented on MAPREDUCE-1284:
-----------------------------------------

log messages show the following:
-------------------------------------------------
    [junit] 2009-12-09 17:07:16,371 INFO  tasktracker.Localizer (Localizer.java:initializeUserDirs(202)) - Initializing user ravi_tmp on this TT.
    [junit] 2009-12-09 17:07:16,390 WARN  mapred.LinuxTaskController (LinuxTaskController.java:runCommand(192)) - Exit code from INITIALIZE_USER is : 139
    [junit] 2009-12-09 17:07:16,391 WARN  mapred.LinuxTaskController (LinuxTaskController.java:runCommand(194)) - Exception thrown by INITIALIZE_USER : org.apache.hadoop.util.Shell$ExitCodeException:
    [junit]     at org.apache.hadoop.util.Shell.runCommand(Shell.java:243)
    [junit]     at org.apache.hadoop.util.Shell.run(Shell.java:170)
    [junit]     at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:363)
    [junit]     at org.apache.hadoop.mapred.LinuxTaskController.runCommand(LinuxTaskController.java:190)
    [junit]     at org.apache.hadoop.mapred.LinuxTaskController.initializeUser(LinuxTaskController.java:425)
    [junit]     at org.apache.hadoop.mapred.ClusterWithLinuxTaskController$MyLinuxTaskController.initializeUser(ClusterWithLinuxTaskController.java:68)
    [junit]     at org.apache.hadoop.mapreduce.server.tasktracker.Localizer.initializeUserDirs(Localizer.java:271)
    [junit]     at org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTaskLocalization(TestTaskTrackerLocalization.java:456)
    [junit]     at org.apache.hadoop.mapred.TestLocalizationWithLinuxTaskController.testTaskLocalization(TestLocalizationWithLinuxTaskController.java:223)
-------------------------------------------------------


fts_open() in secure_path() seem to be making task-controller exit.

> TestLocalizationWithLinuxTaskController fails
> ---------------------------------------------
>
>                 Key: MAPREDUCE-1284
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1284
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Ravi Gummadi
>             Fix For: 0.22.0
>
>
> With current trunk, the testcase TestLocalizationWithLinuxTaskController fails with an exit code of 139 from task-controller when doing INITIALIZE_USER

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