Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 29824 invoked from network); 6 Jun 2010 02:01:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Jun 2010 02:01:03 -0000 Received: (qmail 58755 invoked by uid 500); 6 Jun 2010 02:01:00 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 58702 invoked by uid 500); 6 Jun 2010 02:01:00 -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 58694 invoked by uid 99); 6 Jun 2010 02:01:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 02:01:00 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevintse.onjee@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jun 2010 02:00:53 +0000 Received: by vws1 with SMTP id 1so4854147vws.35 for ; Sat, 05 Jun 2010 19:00:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=SYDAwqp4D7BLTHAPhpqb7ff+FlqAi7uANfDevQ8tsM8=; b=ZKvd7Vzj6IsV1Mb0ZGYAbSxc+goH7At3hip0nzpHy/KAs+rBGiP+arEEbi+B6ouwBx CmpnxfnkypDru66FqVUvKRP197Gs8D5v7viHb5mqDMzS/l1N0FmDOsrIpEmYbozw438u +9f4GJLgiDWs8sGVXkr4sx2pHhfSVm4LdXAyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LQZfQm+1+7UsWqEDsIweyWWIsxLOMlBRIp6XuVEV1X8ZtqtgeZQrA48DeRMttCVWHr u2tidtw9/hiaBxkAOonqjzWeasVNc8M0yaPMQPUNbCtYW/um0C1kBoMFfQsMUM2bpRfY iFymq+N/dLfb5ciMr2jS6KXJIahJBHiRBpaHU= MIME-Version: 1.0 Received: by 10.224.79.38 with SMTP id n38mr6961549qak.204.1275789632389; Sat, 05 Jun 2010 19:00:32 -0700 (PDT) Received: by 10.229.231.135 with HTTP; Sat, 5 Jun 2010 19:00:32 -0700 (PDT) Date: Sun, 6 Jun 2010 10:00:32 +0800 Message-ID: Subject: Several questions about Hadoop From: Kevin Tse To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=00c09f88d2e7d8c3c3048852eb1a --00c09f88d2e7d8c3c3048852eb1a Content-Type: text/plain; charset=ISO-8859-1 Hello, I have successfully run Hadoop on a cluster of 3 nodes on RedHat linux, I have several questions to ask. 1. When I submit an MR job using "hadoop jar mr-job.jar", it starts printing out log messages to the stdout, how do I make it run in the background?("hadoop jar mr-job.jar > log &" does not work). If it can be put in the background, where do I find those log messages that it used to print to the stdout? 2. While the MR job is being executed, will the MR job process be affected/killed if I press "Ctrl-c"? it seems not since I can see the tasktracker is still running, but I am not sure. 3. While the MR job is being executed, if I stop one of the tasktrackers/nodes in the cluster using hadoop-daemon.sh, will the result of the maps and reduces semi-completed by that tasktracker/node be submitted to the namenode to be merged with the results completed by other tasktrackers? Is it possible to restart a tasktracker at a point where it was stopped? Thank you in advance. - Kevin Tse --00c09f88d2e7d8c3c3048852eb1a--