Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 59117 invoked from network); 11 Feb 2011 03:31:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 03:31:26 -0000 Received: (qmail 87419 invoked by uid 500); 11 Feb 2011 03:31:24 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 87045 invoked by uid 500); 11 Feb 2011 03:31:21 -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 87037 invoked by uid 99); 11 Feb 2011 03:31:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 03:31:20 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_FROM,HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of li.j2ee@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 03:31:15 +0000 Received: by fxm2 with SMTP id 2so2260128fxm.35 for ; Thu, 10 Feb 2011 19:30:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=UWJrahFwa5mTO8W9LLNv9KVLwFtvg/5CCDnxrJZGfmc=; b=BNeLg7nyQ2ElHMa907+3kgQ8cVHkza/vxHJ612XB8SQwmvgSEg30b4db3tMQyu49nR V+C84sdvK3CPAsJU4bICjtYcu4rlB4jp/LF0RLswPy5clNYyG06UmET2sw7yNEjOphdV f0+HtDsNCYcb1fC5X2o/qr+MKLc9UdfAGwE28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tS9vQEHEIrEulUssJOov24y8kJ47/MQks+lxD0HjNLNVheT5AsVp4/yfgq6lq3KfCy xz42ZQYM8xr31j11YP+D6ALw4UvxH3Tj+NjLZKOd6I2UkKpFcvzFoOllZUqH3mQWRNvi n6nIoj5yBhVpcASvtLcrVVgVq3xT0FZ0QHM64= MIME-Version: 1.0 Received: by 10.103.213.13 with SMTP id p13mr30181muq.102.1297395053767; Thu, 10 Feb 2011 19:30:53 -0800 (PST) Received: by 10.103.176.4 with HTTP; Thu, 10 Feb 2011 19:30:53 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Feb 2011 11:30:53 +0800 Message-ID: Subject: Re: How do I insert a new node while running a MapReduce hadoop? From: li ping To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001636b43153502d74049bf9530e --001636b43153502d74049bf9530e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable of course you can. What is the node type, datanode?job tracker?task tracker? Let's say you are trying to add a datanode. You can modify the xml file let the datanode pointed to the NameNode, JobTracker, TaskTracker. fs.default.name hdfs://xxxx:9000/ mapred.job.tracker ip:port The host and port that the MapReduce job tracker runs at. If "local", then jobs are run in-process as a single map and reduce task. In most cases, the tasktracker and datanode are running on the same machine (to get the best performance). After doing this, you can start the hdfs by command start-dfs.sh On Fri, Feb 11, 2011 at 11:13 AM, Sandro Simas wro= te: > Hi, i started using hadoop now and I'm doing some tests on a cluster of > three > machines. I wanted to insert a new node after the MapReduce started, is > this > possible? How do I? > --=20 -----=E6=9D=8E=E5=B9=B3 --001636b43153502d74049bf9530e--