Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 64189 invoked from network); 9 Dec 2009 11:54:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 11:54:40 -0000 Received: (qmail 15502 invoked by uid 500); 9 Dec 2009 11:54:40 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 15409 invoked by uid 500); 9 Dec 2009 11:54:40 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 15396 invoked by uid 99); 9 Dec 2009 11:54:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 11:54:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 11:54:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F64F234C04C for ; Wed, 9 Dec 2009 03:54:18 -0800 (PST) Message-ID: <818560488.1260359658117.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 11:54:18 +0000 (UTC) From: "Ravi Gummadi (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1284) TestLocalizationWithLinuxTaskController fails In-Reply-To: <1458357623.1260359538073.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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.