Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 66458 invoked from network); 14 Apr 2010 06:15:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 06:15:40 -0000 Received: (qmail 42755 invoked by uid 500); 14 Apr 2010 06:15:37 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 42604 invoked by uid 500); 14 Apr 2010 06:15:37 -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 42596 invoked by uid 99); 14 Apr 2010 06:15:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 06:15:37 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of absharma@gmail.com designates 209.85.223.198 as permitted sender) Received: from [209.85.223.198] (HELO mail-iw0-f198.google.com) (209.85.223.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 06:15:31 +0000 Received: by iwn36 with SMTP id 36so6155620iwn.29 for ; Tue, 13 Apr 2010 23:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:received:message-id:subject :from:to:content-type; bh=BbA/az2kyxq1CrajiJFvIgfX5pGkw+PDVQRcmO2i0D4=; b=Va6/NfT4m2Qfg4dtE9UwX4r3WJkPr+EscV0K1bDjcAwPMg45rXZ9mCKkyEi85k0jh0 xLLR5NDHMPJtwbsWwEBd/Wt7twNFlT7cpIwzUT4GKA5ranRwqr88mGGmduAS38S1OBPA 5jwcSDpmABhvxUV590rCYNGUglYysaGRtjmkU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=anrbpyzZLAt/53tXDl2YfXDG92JRqDWJ7PWgQ9FNSNE40JLKPEck4mASEzyHYJc1xL BvOk3SZ1ui85IAwh5ZIQD/wMNiMRzYxiHVNLRmzrqoIdz+rPeQ++03D1FWYiAGDiEQTA ed/FhxLCqlYQvduvYPHJCFF56PtE7M/kk131c= MIME-Version: 1.0 Sender: absharma@gmail.com Received: by 10.231.206.140 with HTTP; Tue, 13 Apr 2010 23:15:04 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Apr 2010 23:15:04 -0700 X-Google-Sender-Auth: 8ccc9326b1625b5f Received: by 10.231.172.203 with SMTP id m11mr3140044ibz.15.1271225704931; Tue, 13 Apr 2010 23:15:04 -0700 (PDT) Message-ID: Subject: Re: stop scripts not working properly From: abhishek sharma To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Todd, I am using the tarball. Let me try configuring the pid files to stored somewhere else. Thanks for the tip, Abhishek On Tue, Apr 13, 2010 at 11:10 PM, Todd Lipcon wrote: > Hi Abhishek, > > Are you using the tarball or the RPMs/debs? The issue is most likely that > your pid files are ending up in /tmp and thus getting cleaned out > periodically. > > -Todd > > On Tue, Apr 13, 2010 at 11:07 PM, abhishek sharma wrote: > >> Hi all, >> >> I am using the Cloudera Hadoop distribution version 0.20.2+228. >> >> I have a small 9 node cluster and when I try to stop the Hadoop DFS >> and Mapred using >> the stop-mapred.sh and stop-dfs.sh scripts, it downs shutdown some of >> the TaskTrackers and DataNodes. I get a message saying no tasktracker >> or datanode to stop, but when I log into the machines, I can see the >> TaskTracker and DataNode processes running (for e.g. using jps). >> >> I did not notice anything unusal in the log files. I am not sure what >> might be the problem but when I use Hadoop version 0.20.0, the scripts >> work fine. >> >> Any idea what time be happening? >> >> Thanks, >> Abhishek >> > > > > -- > Todd Lipcon > Software Engineer, Cloudera >