Return-Path: X-Original-To: apmail-giraph-user-archive@www.apache.org Delivered-To: apmail-giraph-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 A74B710C63 for ; Thu, 9 Jan 2014 10:40:59 +0000 (UTC) Received: (qmail 59415 invoked by uid 500); 9 Jan 2014 10:40:59 -0000 Delivered-To: apmail-giraph-user-archive@giraph.apache.org Received: (qmail 59387 invoked by uid 500); 9 Jan 2014 10:40:58 -0000 Mailing-List: contact user-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@giraph.apache.org Delivered-To: mailing list user@giraph.apache.org Received: (qmail 59367 invoked by uid 99); 9 Jan 2014 10:40:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 10:40:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rao.jyoti26yadav@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 10:40:52 +0000 Received: by mail-wi0-f175.google.com with SMTP id hi5so6727781wib.2 for ; Thu, 09 Jan 2014 02:40:30 -0800 (PST) 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=gpnJ2A3mS2hgc8Br3OrBxu+aKVMCNC8/ZsLHFumcmls=; b=nZwSTHkzOKKIdeyimGzvUDNlv/8OrAqurLI35KzvBUyMjhx4nrHBvgQEUjYptW3wDU tH++19qnD7XvFt7Xg5Qdw8aJaaMw6CP13fntYB8cipE6mTGOqNNZeJt+yLMO6g8j6avd NTZ0WDO8IAINcGNX7smkvcId1u/7EFl8tJhM7r271WFB7Lj8eZEtR+TSFLOsS2tY2nLZ xQPqoXdPjE7jA+gvRLbN3gWm9+3o+PXEFDF5OOtLALH64ZxE94cIVUTTmmjoRFMb7JFs sI/6tIgUXCo7t4Zs8tw36ZVzslhUudkryL3y0H+1Fh+2c95AFFjoMidj0rYH5RZRuKz+ mqEQ== MIME-Version: 1.0 X-Received: by 10.180.160.166 with SMTP id xl6mr2473730wib.43.1389264030864; Thu, 09 Jan 2014 02:40:30 -0800 (PST) Received: by 10.194.234.33 with HTTP; Thu, 9 Jan 2014 02:40:30 -0800 (PST) In-Reply-To: <52CE7823.7010405@apache.org> References: <52CE7823.7010405@apache.org> Date: Thu, 9 Jan 2014 16:10:30 +0530 Message-ID: Subject: Re: From: Jyoti Yadav To: user@giraph.apache.org Content-Type: multipart/alternative; boundary=047d7b66f9cb0f1e4a04ef873d3e X-Virus-Checked: Checked by ClamAV on apache.org --047d7b66f9cb0f1e4a04ef873d3e Content-Type: text/plain; charset=ISO-8859-1 Hi Sebastian.. I simply gave following command.. hadoop jar $GIRAPH_HOME/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.MyShortestDistance -vif org.apache.giraph.examples.io.formats.MyShortestDistanceVertexInputFormat -vip /user/hduser/sp_input/closeness_input.txt -vof org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op /user/hduser/sp_output226/sd_output -w 1 -mc org.apache.giraph.examples.MyShortestDistance\$MyMasterCompute 14/01/09 14:08:27 INFO utils.ConfigurationUtils: No edge input format specified. Ensure your InputFormat does not require one. 14/01/09 14:08:27 INFO utils.ConfigurationUtils: No edge output format specified. Ensure your OutputFormat does not require one. 14/01/09 14:08:27 INFO job.GiraphJob: run: Since checkpointing is disabled (default), do not allow any task retries (setting mapred.map.max.attempts = 0, old value = 4) 14/01/09 14:08:35 INFO job.GiraphJob: run: Tracking URL: http://localhost:50030/jobdetails.jsp?jobid=job_201401090955_0005 14/01/09 14:09:47 INFO job.HaltApplicationUtils$DefaultHaltInstructionsWriter: writeHaltInstructions: To halt after next superstep execute: 'bin/halt-application --zkServer kanha-Vostro-1014:22181 --zkNode /_hadoopBsp/job_201401090955_0005/_haltComputation' 14/01/09 14:09:47 INFO mapred.JobClient: Running job: job_201401090955_0005 14/01/09 14:09:48 INFO mapred.JobClient: map 50% reduce 0% 14/01/09 14:19:40 INFO mapred.JobClient: Job complete: job_201401090955_0005 14/01/09 14:19:40 INFO mapred.JobClient: Counters: 5 14/01/09 14:19:40 INFO mapred.JobClient: Job Counters 14/01/09 14:19:40 INFO mapred.JobClient: SLOTS_MILLIS_MAPS=623745 14/01/09 14:19:40 INFO mapred.JobClient: Total time spent by all reduces waiting after reserving slots (ms)=0 14/01/09 14:19:40 INFO mapred.JobClient: Total time spent by all maps waiting after reserving slots (ms)=0 14/01/09 14:19:40 INFO mapred.JobClient: Launched map tasks=1 14/01/09 14:19:40 INFO mapred.JobClient: SLOTS_MILLIS_REDUCES=12677 On Thu, Jan 9, 2014 at 3:51 PM, Sebastian Schelter wrote: > Did you try to increase the number of map slots in your cluster, as > suggested? > > > On 01/09/2014 11:20 AM, Jyoti Yadav wrote: > >> Hi.. >> Is anyone familiar with below mentioned error*??* >> >> *ERROR:*org.apache.giraph.master.BspServiceMaster: checkWorkers: Did not >> >> receive enough processes in time (only 0 of 1 required) after waiting >> 600000msecs). This occurs if you do not have enough map tasks available >> simultaneously on your Hadoop instance to fulfill the number of requested >> workers. >> >> Thanks >> Jyoti >> >> > --047d7b66f9cb0f1e4a04ef873d3e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Sebastian..
I simply gave following comma= nd..


=A0hadoop jar $GIRAPH_HOME/giraph-examples/target= /giraph-examples-1.1.0-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies= .jar org.apache.giraph.GiraphRunner=A0 org.apache.giraph.examples.MyShortes= tDistance -vif org.apache.giraph.examples.io.formats.MyShortestDistanceVert= exInputFormat -vip /user/hduser/sp_input/closeness_input.txt -vof org.apach= e.giraph.io.formats.IdWithValueTextOutputFormat -op /user/hduser/sp_output2= 26/sd_output -w 1 -mc org.apache.giraph.examples.MyShortestDistance\$MyMast= erCompute


14/01/09 14:08:27 INFO utils.ConfigurationUtils: No edge input form= at specified. Ensure your InputFormat does not require one.
14/01/09 14:= 08:27 INFO utils.ConfigurationUtils: No edge output format specified. Ensur= e your OutputFormat does not require one.
14/01/09 14:08:27 INFO job.GiraphJob: run: Since checkpointing is disabled = (default), do not allow any task retries (setting mapred.map.max.attempts = =3D 0, old value =3D 4)
14/01/09 14:08:35 INFO job.GiraphJob: run: Track= ing URL: http://localhost:50030/jobdetails.jsp?jobid=3Djob_20140109095= 5_0005
14/01/09 14:09:47 INFO job.HaltApplicationUtils$DefaultHaltInstructionsWrit= er: writeHaltInstructions: To halt after next superstep execute: 'bin/h= alt-application --zkServer kanha-Vostro-1014:22181 --zkNode /_hadoopBsp/job= _201401090955_0005/_haltComputation'
14/01/09 14:09:47 INFO mapred.JobClient: Running job: job_201401090955_0005=
14/01/09 14:09:48 INFO mapred.JobClient:=A0 map 50% reduce 0%
14/01/= 09 14:19:40 INFO mapred.JobClient: Job complete: job_201401090955_0005
14/01/09 14:19:40 INFO mapred.JobClient: Counters: 5
14/01/09 14:19:40 I= NFO mapred.JobClient:=A0=A0 Job Counters
14/01/09 14:19:40 INFO mapred.= JobClient:=A0=A0=A0=A0 SLOTS_MILLIS_MAPS=3D623745
14/01/09 14:19:40 INFO= mapred.JobClient:=A0=A0=A0=A0 Total time spent by all reduces waiting afte= r reserving slots (ms)=3D0
14/01/09 14:19:40 INFO mapred.JobClient:=A0=A0=A0=A0 Total time spent by al= l maps waiting after reserving slots (ms)=3D0
14/01/09 14:19:40 INFO map= red.JobClient:=A0=A0=A0=A0 Launched map tasks=3D1
14/01/09 14:19:40 INFO= mapred.JobClient:=A0=A0=A0=A0 SLOTS_MILLIS_REDUCES=3D12677

--047d7b66f9cb0f1e4a04ef873d3e--