RE: How do I insert a new node while running a MapReduce hadoop?

2011-02-11 Thread Michael Segel
exists. HTH -Mike > Date: Fri, 11 Feb 2011 11:03:31 -0300 > Subject: How do I insert a new node while running a MapReduce hadoop? > From: sandro.csi...@gmail.com > To: common-user@hadoop.apache.org > > Hi, i started using hadoop now and I'm doing some tests on a cluster

How do I insert a new node while running a MapReduce hadoop?

2011-02-11 Thread Sandro Simas
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?

Re: How do I insert a new node while running a MapReduce hadoop?

2011-02-10 Thread li ping
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://:9000/ mapred.job.tracker

How do I insert a new node while running a MapReduce hadoop?

2011-02-10 Thread Sandro Simas
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?