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 2C26310FC6 for ; Fri, 30 Aug 2013 01:51:22 +0000 (UTC) Received: (qmail 93262 invoked by uid 500); 30 Aug 2013 01:51:18 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 93204 invoked by uid 500); 30 Aug 2013 01:51:18 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 93196 invoked by uid 99); 30 Aug 2013 01:51:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 01:51:17 +0000 X-ASF-Spam-Status: No, hits=4.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_SOFTFAIL,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of nitesh.jain85@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 01:51:13 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VFDrQ-000776-VI for common-user@hadoop.apache.org; Thu, 29 Aug 2013 18:50:52 -0700 Date: Thu, 29 Aug 2013 18:50:52 -0700 (PDT) From: NJain To: common-user@hadoop.apache.org Message-ID: In-Reply-To: <1377762679620-4024848.post@n3.nabble.com> References: <1297240287795-2457071.post@n3.nabble.com> <1297769800991-2500297.post@n3.nabble.com> <1358755325993-4006820.post@n3.nabble.com> <1358762167213-4006830.post@n3.nabble.com> <1377692325247-4024745.post@n3.nabble.com> <1377762679620-4024848.post@n3.nabble.com> Subject: Re: no jobtracker to stop,no namenode to stop MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4145_20410171.1377827452957" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4145_20410171.1377827452957 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Nikhil, Appreciate your quick response on this, but the issue still continues. I believe I have covered all the pointers you have mentioned. Still I am pasting the portions of the documents so that you can verify. 1. /etc/hosts file, localhost should not be commented, and add ip address. The entry looks like the below: # localhost name resolution is handled within DNS itself. 127.0.0.1 localhost 2. core-site.xml, hdfs//localhost:port number fs.default.name hdfs://localhost:9000 3. mapred-site.xml hdfs//localhost:port number mapred.local.dir mapred.job.tracker localhost:9001 4. hdfs-site.xml 1.replication factor should be one include dfs.name.dir property dfs.data.dir property for both the property check on net dfs.replication 1 dfs.name.dir c:/Hadoop/name dfs.data.dir c:/Hadoop/data I am getting stuck at: 13/08/30 11:39:26 WARN mapred.JobClient: No job jar file set. User classes may not be found. See JobConf(Class) or JobConf#setJar(String). 13/08/30 11:39:26 INFO input.FileInputFormat: Total input paths to process : 1 13/08/30 11:39:26 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 13/08/30 11:39:26 WARN snappy.LoadSnappy: Snappy native library not loaded 13/08/30 11:39:27 INFO mapred.JobClient: Running job: job_201308301135_0002 13/08/30 11:39:28 INFO mapred.JobClient: map 0% reduce 0% My Jobtracker UI looks like this: Cluster Summary (Heap Size is 120.06 MB/888.94 MB)Running Map TasksRunning Reduce TasksTotal SubmissionsNodesOccupied Map SlotsOccupied Reduce SlotsReserved Map SlotsReserved Reduce SlotsMap Task CapacityReduce Task CapacityAvg. Tasks/NodeBlacklisted NodesGraylisted NodesExcluded Nodes0010 000000-0 0 0 I have a feeling that the jobtracker is not able to find the task tracker as there is a 0 in nodes column. Does this ring any bells to you? Thanks, Nitesh Jain On Thu, Aug 29, 2013 at 5:51 PM, Nikhil2405 [via Hadoop Common] < ml-node+s472056n4024848h24@n3.nabble.com> wrote: > Hi Nitesh, > > I think your problem may be in your configuration, so check your files as > follow > > 1. /etc/hosts file, localhost should not be commented, and add ip > address. > 2. core-site.xml, hdfs//localhost:port number > 3. mapred-site.xml hdfs//localhost:port number mapred.local.dir > 4. hdfs-site.xml 1.replication factor should be one > include dfs.name.dir property > dfs.data.dir property > for both the property check on net > > Thanks > > Nikhil > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://hadoop-common.472056.n3.nabble.com/no-jobtracker-to-stop-no-namenode-to-stop-tp34874p4024848.html > To unsubscribe from no jobtracker to stop,no namenode to stop, click here > . > NAML > -- View this message in context: http://hadoop-common.472056.n3.nabble.com/no-jobtracker-to-stop-no-namenode-to-stop-tp34874p4024979.html Sent from the Users mailing list archive at Nabble.com. ------=_Part_4145_20410171.1377827452957--