Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 9B002F696 for ; Tue, 6 Aug 2013 07:31:26 +0000 (UTC) Received: (qmail 50458 invoked by uid 500); 6 Aug 2013 07:31:21 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 50362 invoked by uid 500); 6 Aug 2013 07:31:20 -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 50354 invoked by uid 99); 6 Aug 2013 07:31:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 07:31:20 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=DEAR_SOMETHING,FREEMAIL_ENVFROM_END_DIGIT,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 manishd207@gmail.com designates 209.85.192.182 as permitted sender) Received: from [209.85.192.182] (HELO mail-pd0-f182.google.com) (209.85.192.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 07:31:16 +0000 Received: by mail-pd0-f182.google.com with SMTP id r10so42673pdi.27 for ; Tue, 06 Aug 2013 00:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=1v2FUNEIkDyEghK8EMFuzOsayPx4XRQLAYPGZUiA/0A=; b=dd6PE2mNgFKdnBKMdkZL9UGYsSOFVVpaLNFcv4+3JbRA8MoPZDmZATSujisp+xj4Hc DPQZrgYhJwOKL7QnP9Z7jNBR14I7jq6xvYBpfT8VxRGk+gosySgnFdZQsXEnOjyb6UlV nnl31BBcHjY22xEOpwFWRRvGP1JDQ8LXm4Q3zRHBCOPBy84xMNT/PWqR8+igXV0/Yaok uuhpWpphvjO4dQ1PCW8rE+98bIRlDmCruwHlFhuAlBFxe1+FGg6qfvDCQrvFEKShi/5K k867VziJKQ5fNcJEUdJnUl2o5ldzK19pKHckvvA2MryZRlCQiYGZBD1ZDtJc530nnnvn /BnA== MIME-Version: 1.0 X-Received: by 10.68.111.129 with SMTP id ii1mr26800934pbb.95.1375774256601; Tue, 06 Aug 2013 00:30:56 -0700 (PDT) Received: by 10.68.84.197 with HTTP; Tue, 6 Aug 2013 00:30:56 -0700 (PDT) Reply-To: dunanimanish@gmail.com In-Reply-To: References: Date: Tue, 6 Aug 2013 13:00:56 +0530 Message-ID: Subject: Re: Question about Hadoop From: manish dunani To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b5d9ff7db268804e3426752 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d9ff7db268804e3426752 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit After checking ur error code. I think u entered wrong map and reduce class. can u pls show me code?? Then i will tell u correctly where u did the mistake.. On Tue, Aug 6, 2013 at 12:25 PM, 間々田 剛史 wrote: > Dear Sir > > we are students at Hosei University. > we study hadoop now for reserch. > > we use Hadoop2.0.0-CDH4.2.1 MRv2 and its environment is centOS 6.2. > we can access HDFS from master and slaves. > We have some questions. > Master:Hadoop04 > Slaves:Hadoop01 > Hadoop02 > Hadoop03 > > > we run the "wordcount" program on "complete distributed mode" ,but it > stops running. > The following is the response for running the program. > > > 13/07/24 16:52:15 INFO input.FileInputFormat: Total input paths to process > : 1 > 13/07/24 16:52:16 WARN conf.Configuration: mapred.job.name is deprecated. > Instea > d, use mapreduce.job.name > 13/07/24 16:52:16 WARN conf.Configuration: mapreduce.reduce.class is > deprecated. > Instead, use mapreduce.job.reduce.class > 13/07/24 16:52:16 WARN conf.Configuration: mapred.input.dir is deprecated. > Inste > ad, use mapreduce.input.fileinputformat.inputdir > 13/07/24 16:52:16 WARN conf.Configuration: mapred.output.dir is > deprecated. Instead, use mapreduce.output.fileoutputformat.outputdir > 13/07/24 16:52:16 WARN conf.Configuration: mapred.map.tasks is deprecated. > Instead, use mapreduce.job.maps > 13/07/24 16:52:16 WARN conf.Configuration: mapred.output.key.class is > deprecated. Instead, use mapreduce.job.output.key.class > 13/07/24 16:52:16 WARN conf.Configuration: mapred.working.dir is > deprecated. Instead, use mapreduce.job.working.dir > 13/07/24 16:52:16 INFO mapreduce.JobSubmitter: Submitting tokens for job: > job_1374652061495_0002 > 13/07/24 16:52:16 INFO client.YarnClientImpl: Submitted application > application_1374652061495_0002 to ResourceManager at Hadoop04/ > 10.31.185.24:8040 > 13/07/24 16:52:16 INFO mapreduce.Job: The url to track the job: > http://Hadoop04: > 8088/proxy/application_1374652061495_0002/ > 13/07/24 16:52:16 INFO mapreduce.Job: Running job: job_1374652061495_0002 > > it stops running at the point. > then, > when we access http://Hadoop04:8088/proxy/application_1374652061495_0002/, > it shows "The requested application does not appear to be running yet, and > has not set a tracking URL" > > I am looking forward to your reply. > > Best wishes, > tadayuki,tsuyoshi,and hideki > -- MANISH DUNANI -THANX +91 9426881954,+91 8460656443 manishd207@gmail.com --047d7b5d9ff7db268804e3426752 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
After checking ur error code.
I think u= entered wrong map and reduce class.=C2=A0

can u p= ls show me code??
Then i will tell u correctly where u did the mistake.= .



On Tue, Aug 6, 2013 at 12:25 PM, =E9=96=93=E3=80=85=E7=94=B0= =E3=80=80=E5=89=9B=E5=8F=B2 <tsuyoshi.mamada.tx@stu.hosei= .ac.jp> wrote:
Dear Sir
we are students at Hosei University.
we study hadoop = now for reserch.

we use Hadoop2.0.0-CDH4.2.1 MRv2 and its environment is= centOS 6.2.
we can access HDFS from master and slaves.
We have some ques= tions.
Master:Hadoop04
Slaves:Hadoop01
=C2=A0= =C2=A0 =C2=A0 =C2=A0Hadoop02
=C2=A0 =C2=A0 =C2=A0 =C2=A0Hadoop03=


we run the "wordcount" program on "complete distributed= mode" ,but it stops running.
The following is the response = for running the program.


13/07/24 1= 6:52:15 INFO input.FileInputFormat: Total input paths to process : 1
13/07/24 16:52:16 WARN conf.Configuration: mapred.job.name is deprecated. Instea
d, use mapreduce= .job.name
13/07/24 16:52:16 WARN conf.Configuration: mapreduce.reduce.class is d= eprecated.
=C2=A0Instead, use mapreduce.job.reduce.class
13/07/24 16:52= :16 WARN conf.Configuration: mapred.input.dir is deprecated. Inste
ad, use mapreduce.input.fileinputformat.inputdir
13/07/24 16:52= :16 WARN conf.Configuration: mapred.output.dir is deprecated. Instead, use = mapreduce.output.fileoutputformat.outputdir
13/07/24 16:52:16 WARN conf.Configuration: mapred.map.tasks is depreca= ted. Instead, use mapreduce.job.maps
13/07/24 16:52:16 WARN conf.= Configuration: mapred.output.key.class is deprecated. Instead, use mapreduc= e.job.output.key.class
13/07/24 16:52:16 WARN conf.Configuration: mapred.working.dir is depre= cated. Instead, use mapreduce.job.working.dir
13/07/24 16:52:16 I= NFO mapreduce.JobSubmitter: Submitting tokens for job: job_1374652061495_00= 02
13/07/24 16:52:16 INFO client.YarnClientImpl: Submitted application ap= plication_1374652061495_0002 to ResourceManager at Hadoop04/10.31.185.24:8040
13/= 07/24 16:52:16 INFO mapreduce.Job: The url to track the job: http://Hadoop04:
8088/proxy/application_1374652061495_0002/
13/07/24 16:52:16= INFO mapreduce.Job: Running job: job_1374652061495_0002

it stops running at the point.
then,=C2=A0
it shows "The requested application does not appear to be running= yet, and has not set a tracking URL"

I am lo= oking forward to your reply.=C2=A0

Best wishes,
tadayuki,tsuyoshi,and hideki



--
MANISH DUNAN= I
-THANX
+91 9426881954,+91 8460656443
--047d7b5d9ff7db268804e3426752--