Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F15CE11F44 for ; Wed, 21 May 2014 17:41:11 +0000 (UTC) Received: (qmail 82815 invoked by uid 500); 21 May 2014 17:41:08 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 82659 invoked by uid 500); 21 May 2014 17:41:08 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 82652 invoked by uid 99); 21 May 2014 17:41:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 17:41:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [212.184.75.220] (HELO mx.hft-leipzig.de) (212.184.75.220) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 17:41:03 +0000 Received: from securemail.hft-leipzig.de (securemail.hft-leipzig.de [212.184.75.200]) by mx.hft-leipzig.de with smtp (TLS: TLSv1/SSLv3,256bits,AES256-SHA) id 6273_17e9_bf7e0408_95c0_4b79_9a22_bd531fde4237; Wed, 21 May 2014 19:40:39 +0200 Received: from [192.168.2.130] (p57B97AE8.dip0.t-ipconnect.de [87.185.122.232]) by securemail.hft-leipzig.de (Postfix) with ESMTPSA id A89BF1CE2DD for ; Wed, 21 May 2014 19:40:39 +0200 (CEST) From: =?iso-8859-1?Q?Sebastian_G=E4de?= Content-Type: multipart/alternative; boundary="Apple-Mail=_67CE694C-2C51-4375-B251-745278E514BA" Message-Id: <17C0B71B-A45F-4629-8A24-D016C0E9C5AB@hft-leipzig.de> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: hadoop job stuck in accepted state Date: Wed, 21 May 2014 19:40:38 +0200 References: To: user@hadoop.apache.org In-Reply-To: X-Mailer: Apple Mail (2.1878.2) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_67CE694C-2C51-4375-B251-745278E514BA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hi, I remember having a similar issue. My job was demanding for more memory = then available in the cluster, that=92s why it was waiting forever. Could you check the resource-/nodemanager logs? Also the =84Scheduler" = page in the Webapp might give a hint whether the job is not starting = because of unsufficient resources. Cheers Seb. Am 21.05.2014 um 16:19 schrieb Rahul Singh : > Hi, > I am trying to run the wordcount example on single node cluster but = my job is stuck in accepted state. Various details metioned = below(ScreenShot attached): >=20 > hadoop version > Hadoop 2.3.0 > Subversion http://svn.apache.org/repos/asf/hadoop/common -r 1567123 > Compiled by jenkins on 2014-02-11T13:40Z > Compiled with protoc 2.5.0 > =46rom source with checksum dfe46336fbc6a044bc124392ec06b85 >=20 >=20 > machine details: > Linux L-user-Tech 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 = UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >=20 >=20 >=20 > Command line: > hduser@L-user-Tech:~$ hadoop jar = /usr/local/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.3.0.j= ar wordcount /user/hduser/input /user/hduser/output > 14/05/21 19:13:34 WARN util.NativeCodeLoader: Unable to load = native-hadoop library for your platform... using builtin-java classes = where applicable > 14/05/21 19:13:35 INFO client.RMProxy: Connecting to ResourceManager = at /0.0.0.0:8032 > 14/05/21 19:13:35 INFO input.FileInputFormat: Total input paths to = process : 1 > 14/05/21 19:13:35 INFO mapreduce.JobSubmitter: number of splits:1 > 14/05/21 19:13:35 INFO mapreduce.JobSubmitter: Submitting tokens for = job: job_1400678752370_0003 > 14/05/21 19:13:36 INFO impl.YarnClientImpl: Submitted application = application_1400678752370_0003 > 14/05/21 19:13:36 INFO mapreduce.Job: The url to track the job: = http://L-user-Tech:8088/proxy/application_1400678752370_0003/ > 14/05/21 19:13:36 INFO mapreduce.Job: Running job: = job_1400678752370_0003 >=20 >=20 > There are no logs generated. >=20 > Let me know any if any resolutions available? >=20 > Thanks and Regards, > -Rahul Singh > --Apple-Mail=_67CE694C-2C51-4375-B251-745278E514BA Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 Hi,

I remember having a similar = issue. My job was demanding for more memory then available in the = cluster, that=92s why it was waiting = forever.

Could you check the = resource-/nodemanager logs? Also the =84Scheduler" page in the Webapp = might give a hint whether the job is not starting because of = unsufficient = resources.

Cheers
Seb.

Am 21.05.2014 um 16:19 schrieb Rahul Singh <smart.rahul.iiit@gmail.com&= gt;:

Hi,
&nbs= p; I am trying to run the wordcount example on single node cluster but = my job is stuck in accepted state. Various details metioned = below(ScreenShot attached):

hadoop version
Hadoop 2.3.0
Subversion http://svn.apache.o= rg/repos/asf/hadoop/common -r 1567123
Compiled by jenkins on = 2014-02-11T13:40Z
Compiled with protoc 2.5.0
=46rom source with checksum = dfe46336fbc6a044bc124392ec06b85


machine = details:
Linux L-user-Tech 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 = 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux



Command line:
hduser@L-user-Tech:~$ hadoop jar = /usr/local/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.3.0.j= ar wordcount /user/hduser/input /user/hduser/output
14/05/21 19:13:34 = WARN util.NativeCodeLoader: Unable to load native-hadoop library for = your platform... using builtin-java classes where applicable
14/05/21 19:13:35 INFO client.RMProxy: Connecting to ResourceManager at = /0.0.0.0:8032
14/05/21 19:13:35 = INFO input.FileInputFormat: Total input paths to process : 1
14/05/21 = 19:13:35 INFO mapreduce.JobSubmitter: number of splits:1
14/05/21 19:13:35 INFO mapreduce.JobSubmitter: Submitting tokens for = job: job_1400678752370_0003
14/05/21 19:13:36 INFO = impl.YarnClientImpl: Submitted application = application_1400678752370_0003
14/05/21 19:13:36 INFO mapreduce.Job: = The url to track the job: htt= p://L-user-Tech:8088/proxy/application_1400678752370_0003/
14/05/21 19:13:36 INFO mapreduce.Job: Running job: = job_1400678752370_0003


 There are no logs = generated.

 Let me know any if any resolutions = available?

Thanks and Regards,
-Rahul Singh
<Screenshot from 2014-05-21 = 19:39:28.png>

= --Apple-Mail=_67CE694C-2C51-4375-B251-745278E514BA--