Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 17205 invoked from network); 25 Mar 2008 13:27:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 13:27:27 -0000 Received: (qmail 12369 invoked by uid 500); 25 Mar 2008 13:27:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 12328 invoked by uid 500); 25 Mar 2008 13:27:24 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 12319 invoked by uid 99); 25 Mar 2008 13:27:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 06:27:24 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nautilushj@gmail.com designates 209.85.162.183 as permitted sender) Received: from [209.85.162.183] (HELO el-out-1112.google.com) (209.85.162.183) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 13:26:42 +0000 Received: by el-out-1112.google.com with SMTP id v27so1583199ele.12 for ; Tue, 25 Mar 2008 06:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=TaTw6qQ4ANE0KAlXWJ8GBix1WcW8cRzLTPFLFuF/u9g=; b=bFXIlpRbYMVeDZS0A/TX/teJlT+yrGgzYvacSq4Dl/dBDj3m4o7wrb4ZUqhdRkwGAhA5om5rQnSsTB9LbjbuB0VfZAE2Sj+E45UGMBDBpYle0synOZbRX4cl87ekjVf5pfBC3Ih1FjH6ZQH4D3tSEjoL68sHSn6QxTCDn1S2l90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RrJuDfXS1mDKElFpiM/wc13GRv/+I90EUJD5OUEqh4WF7NjmbqrBs5pE/pMLJnso8FfSU2sPWhDrfkka9pFF9ZmTs9iALB3Lxt0kv4QxjOUxvdliKvRlhaZ2o2fauRypJRo1uBLfnAL2xk06yM3lHqW4KCrW80Gm4VWNE2xqtBg= Received: by 10.141.79.12 with SMTP id g12mr3276691rvl.29.1206451613236; Tue, 25 Mar 2008 06:26:53 -0700 (PDT) Received: by 10.141.87.9 with HTTP; Tue, 25 Mar 2008 06:26:53 -0700 (PDT) Message-ID: <256fdd860803250626k3346a5b6lf0301624c8fbac25@mail.gmail.com> Date: Tue, 25 Mar 2008 09:26:53 -0400 From: "Zhu Huijun" To: core-dev@hadoop.apache.org Subject: Re: how to find out name node is running In-Reply-To: <16274770.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5869_2253860.1206451613232" References: <16274770.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5869_2253860.1206451613232 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Type the command "jps" in your command window. If your name node is running, there will be an output item of "Namenode". Or check the web page at http://localhost:50070 if you did not change the default server host and port of the web. 2008/3/25, Ipraveen : > > > hi > how would i know whether a name node is runnning or not? > by using hadoop API for java. > > regards > praveen jain > -- > View this message in context: > http://www.nabble.com/how-to-find-out-name-node-is-running-tp16274770p16274770.html > Sent from the Hadoop core-dev mailing list archive at Nabble.com. > > ------=_Part_5869_2253860.1206451613232--