Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7EE7419379 for ; Thu, 10 Mar 2016 12:13:41 +0000 (UTC) Received: (qmail 76643 invoked by uid 500); 10 Mar 2016 12:13:41 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 76595 invoked by uid 500); 10 Mar 2016 12:13:41 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 76538 invoked by uid 99); 10 Mar 2016 12:13:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2016 12:13:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BA6B22C1F5D for ; Thu, 10 Mar 2016 12:13:40 +0000 (UTC) Date: Thu, 10 Mar 2016 12:13:40 +0000 (UTC) From: "Nishant Sharma (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1473) Exception from container-launch(Apache Hadoop 2.2.0) 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/YARN-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189205#comment-15189205 ] Nishant Sharma commented on YARN-1473: -------------------------------------- link is: dinesh-malav.blogspot.com On Thu, Mar 10, 2016 at 5:40 PM, nishant sharma Exception from container-launch(Apache Hadoop 2.2.0) > ---------------------------------------------------- > > Key: YARN-1473 > URL: https://issues.apache.org/jira/browse/YARN-1473 > Project: Hadoop YARN > Issue Type: Bug > Environment: CentOS5.8 and Apache Hadoop 2.2.0 > Reporter: Joy Xu > Attachments: yarn-site.xml > > > Hello all, > I have meet a exception from container-launch when I run the built-in wordcount program .and the error messge as follow: > {code} > 13/12/05 00:17:31 INFO mapreduce.Job: Job job_1386171829089_0003 failed with state FAILED due to: Application application_1386171829089_0003 failed 2 times due to AM Container for appattempt_1386171829089_0003_000002 exited with exitCode: 1 due to: Exception from container-launch: > org.apache.hadoop.util.Shell$ExitCodeException: > at org.apache.hadoop.util.Shell.runCommand(Shell.java:464) > at org.apache.hadoop.util.Shell.run(Shell.java:379) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:589) > at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:195) > at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:283) > at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:79) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:662) > .Failing this attempt.. Failing the application. > 13/12/05 00:17:31 INFO mapreduce.Job: Counters: 0 > {code} > Hope someone can Help. Thx. -- This message was sent by Atlassian JIRA (v6.3.4#6332)