Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D6D2107DD for ; Sat, 19 Oct 2013 21:15:48 +0000 (UTC) Received: (qmail 48001 invoked by uid 500); 19 Oct 2013 21:15:34 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 47543 invoked by uid 500); 19 Oct 2013 21:15:31 -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 47535 invoked by uid 99); 19 Oct 2013 21:15:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Oct 2013 21:15:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gunjanmish@gmail.com designates 209.85.192.172 as permitted sender) Received: from [209.85.192.172] (HELO mail-pd0-f172.google.com) (209.85.192.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Oct 2013 21:15:24 +0000 Received: by mail-pd0-f172.google.com with SMTP id z10so6489458pdj.3 for ; Sat, 19 Oct 2013 14:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BbRY73Zeym9mOVxkn6z4Q0eNHmlUV6N/i2Ave4usic4=; b=JBo36e324QWuWnHgmhZRJ9oAwPXY7VYGEyIJkmPb6qllyaijW71KN8/+WLyPjNCEd1 9ajtNP7K+3y18QPBXZM1+rWsHA9WmS2ap8EcBPt/SoK4pf//2t0zrKKFaiHfitXzrz7R OgT6SBVGatRHxQivdc/UJbrZNLOZ60dv2WYw5PoTTfSK3ZxW5Q6GsVnnm2ScYA2I+cJi gQWBBCrqxmLGCluzy87c4xMTs+zcg0EAurXhV1TYSPRLT45C6Y7SNiJlP5L9dyOgzvEX JwBZviY3QdhhPLYoTEwYXMbZc/hJvze64x5pbiVwDXF9ibaMAoq9QGq5TOcVl/YYXCtn di0g== MIME-Version: 1.0 X-Received: by 10.68.139.168 with SMTP id qz8mr9716603pbb.1.1382217304201; Sat, 19 Oct 2013 14:15:04 -0700 (PDT) Received: by 10.68.114.101 with HTTP; Sat, 19 Oct 2013 14:15:04 -0700 (PDT) In-Reply-To: References: Date: Sat, 19 Oct 2013 17:15:04 -0400 Message-ID: Subject: Re: simple word count program remains un assigned... From: gunjan mishra To: user Content-Type: multipart/alternative; boundary=001a11c3d52a6b61a704e91e8baf X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3d52a6b61a704e91e8baf Content-Type: text/plain; charset=ISO-8859-1 HItesh , My apologies , is there a different distribution list. Please can some one point me to that. Thanks On Sat, Oct 19, 2013 at 5:11 PM, Hitesh Shah wrote: > Hello Gunjan, > > This mailing list is for Apache Hadoop related questions. Please post > questions for other distributions to the appropriate vendor's mailing list. > > thanks > -- Hitesh > > On Oct 19, 2013, at 11:27 AM, gunjan mishra wrote: > > > Hi I am trying to run a simple word count program , like this , job > keeps running but is not being assigned to Mapper and reducers ... > > while I checked the status > > > > > =============================================================================================== > > > > [root@localhost ~]# hadoop jar > /usr/lib/hadoop-0.20-mapreduce/hadoop-examples-2.0.0-mr1-cdh4.4.0.jar > wordcount /usr/read.txt /usr/output > > 13/10/19 15:05:02 INFO service.AbstractService: > Service:org.apache.hadoop.yarn.client.YarnClientImpl is inited. > > 13/10/19 15:05:02 INFO service.AbstractService: > Service:org.apache.hadoop.yarn.client.YarnClientImpl is started. > > 13/10/19 15:05:03 INFO input.FileInputFormat: Total input paths to > process : 1 > > 13/10/19 15:05:03 INFO mapreduce.JobSubmitter: number of splits:1 > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.jar is deprecated. > Instead, use mapreduce.job.jar > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.value.class is > deprecated. Instead, use mapreduce.job.output.value.class > > 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.combine.class is > deprecated. Instead, use mapreduce.job.combine.class > > 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.map.class is > deprecated. Instead, use mapreduce.job.map.class > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.job.name is > deprecated. Instead, use mapreduce.job.name > > 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.reduce.class is > deprecated. Instead, use mapreduce.job.reduce.class > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.input.dir is > deprecated. Instead, use mapreduce.input.fileinputformat.inputdir > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.dir is > deprecated. Instead, use mapreduce.output.fileoutputformat.outputdir > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.map.tasks is > deprecated. Instead, use mapreduce.job.maps > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.key.class is > deprecated. Instead, use mapreduce.job.output.key.class > > 13/10/19 15:05:03 WARN conf.Configuration: mapred.working.dir is > deprecated. Instead, use mapreduce.job.working.dir > > 13/10/19 15:05:03 INFO mapreduce.JobSubmitter: Submitting tokens for > job: job_1382144693199_0005 > > 13/10/19 15:05:03 INFO client.YarnClientImpl: Submitted application > application_1382144693199_0005 to ResourceManager at /0.0.0.0:8032 > > 13/10/19 15:05:04 INFO mapreduce.Job: The url to track the job: > http://localhost.localdomain:8088/proxy/application_1382144693199_0005/ > > 13/10/19 15:05:04 INFO mapreduce.Job: Running job: job_1382144693199_0005 > > > > > =============================================================================================== > > > > here is my cloudera distribution > > > > > > Hadoop 2.0.0-cdh4.4.0 > > Subversion > file:///data/1/jenkins/workspace/generic-package-rhel64-6-0/topdir/BUILD/hadoop-2.0.0-cdh4.4.0/src/hadoop-common-project/hadoop-common > -r c0eba6cd38c984557e96a16ccd7356b7de835e79 > > Compiled by jenkins on Tue Sep 3 19:33:17 PDT 2013 > > From source with checksum ac7e170aa709b3ace13dc5f775487180 > > This command was run using > /usr/lib/hadoop/hadoop-common-2.0.0-cdh4.4.0.jar > > > > > > and the outcome of jps (from root) > > > > ----------------------------------------- > > [root@localhost ~]# jps > > 2202 TaskTracker > > 4161 Bootstrap > > 3134 DataNode > > 3520 Application > > 3262 NameNode > > 1879 ThriftServer > > 1740 Main > > 3603 RunJar > > 1606 HMaster > > 2078 JobTracker > > 16277 Jps > > 3624 RunJar > > 4053 RunJar > > 4189 Sqoop > > 3582 Bootstrap > > 3024 JobHistoryServer > > 3379 SecondaryNameNode > > 4732 ResourceManager > > > > ------------------------------------------------------ > > -- > > Thanks & Regards > > Gunjan Mishra > > 732-200-5839(H) > > 917-216-9739(C) > > -- Thanks & Regards Gunjan Mishra 732-200-5839(H) 917-216-9739(C) --001a11c3d52a6b61a704e91e8baf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
HItesh ,=A0

My apologies , is there a d= ifferent distribution list. Please can some one point me to that.=A0
<= div>
Thanks=A0


=
On Sat, Oct 19, 2013 at 5:11 PM, Hitesh Shah <hitesh@apache.org> wrote:
Hello Gunjan,

This mailing list is for Apache Hadoop related questions. Please post quest= ions for other distributions to the appropriate vendor's mailing list.<= br>
thanks
-- Hitesh

On Oct 19, 2013, at 11:27 AM, gunjan mishra wrote:

> Hi I am trying to run a simple word count program , like this , job ke= eps =A0running but is not being assigned to Mapper and reducers ...
> while I checked the status
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> [root@localhost ~]# hadoop jar /usr/lib/hadoop-0.20-mapreduce/hadoop-e= xamples-2.0.0-mr1-cdh4.4.0.jar wordcount /usr/read.txt /usr/output
> 13/10/19 15:05:02 INFO service.AbstractService: Service:org.apache.had= oop.yarn.client.YarnClientImpl is inited.
> 13/10/19 15:05:02 INFO service.AbstractService: Service:org.apache.had= oop.yarn.client.YarnClientImpl is started.
> 13/10/19 15:05:03 INFO input.FileInputFormat: Total input paths to pro= cess : 1
> 13/10/19 15:05:03 INFO mapreduce.JobSubmitter: number of splits:1
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.jar is deprecated. I= nstead, use mapreduce.job.jar
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.value.class i= s deprecated. Instead, use mapreduce.job.output.value.class
> 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.combine.class is = deprecated. Instead, use mapreduce.job.combine.class
> 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.map.class is depr= ecated. Instead, use mapreduce.job.map.class
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.job.name is deprecated. Instead, use <= a href=3D"http://mapreduce.job.name" target=3D"_blank">mapreduce.job.name
> 13/10/19 15:05:03 WARN conf.Configuration: mapreduce.reduce.class is d= eprecated. Instead, use mapreduce.job.reduce.class
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.input.dir is depreca= ted. Instead, use mapreduce.input.fileinputformat.inputdir
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.dir is deprec= ated. Instead, use mapreduce.output.fileoutputformat.outputdir
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.map.tasks is depreca= ted. Instead, use mapreduce.job.maps
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.output.key.class is = deprecated. Instead, use mapreduce.job.output.key.class
> 13/10/19 15:05:03 WARN conf.Configuration: mapred.working.dir is depre= cated. Instead, use mapreduce.job.working.dir
> 13/10/19 15:05:03 INFO mapreduce.JobSubmitter: Submitting tokens for j= ob: job_1382144693199_0005
> 13/10/19 15:05:03 INFO client.YarnClientImpl: Submitted application ap= plication_1382144693199_0005 to ResourceManager at /0.0.0.0:8032
> 13/10/19 15:05:04 INFO mapreduce.Job: The url to track the job: http://localhost.localdomain:8088/proxy/application_13= 82144693199_0005/
> 13/10/19 15:05:04 INFO mapreduce.Job: Running job: job_1382144693199_0= 005
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> here is my cloudera distribution
>
>
> Hadoop 2.0.0-cdh4.4.0
> Subversion file:///data/1/jenkins/workspace/generic-package-rhel64-6-0= /topdir/BUILD/hadoop-2.0.0-cdh4.4.0/src/hadoop-common-project/hadoop-common= -r c0eba6cd38c984557e96a16ccd7356b7de835e79
> Compiled by jenkins on Tue Sep =A03 19:33:17 PDT 2013
> From source with checksum ac7e170aa709b3ace13dc5f775487180
> This command was run using /usr/lib/hadoop/hadoop-common-2.0.0-cdh4.4.= 0.jar
>
>
> and the outcome of jps (from root)
>
> -----------------------------------------
> [root@localhost ~]# jps
> 2202 TaskTracker
> 4161 Bootstrap
> 3134 DataNode
> 3520 Application
> 3262 NameNode
> 1879 ThriftServer
> 1740 Main
> 3603 RunJar
> 1606 HMaster
> 2078 JobTracker
> 16277 Jps
> 3624 RunJar
> 4053 RunJar
> 4189 Sqoop
> 3582 Bootstrap
> 3024 JobHistoryServer
> 3379 SecondaryNameNode
> 4732 ResourceManager
>
> ------------------------------------------------------
> --
> Thanks & Regards
> Gunjan Mishra
> 732-200-5839(H)
> 917-216-9739(C)




--
=
Thanks & Regards
Gunjan Mishra
732-200-5839(H)917-216-9739(C)
--001a11c3d52a6b61a704e91e8baf--