Re: Could not add a new data node without rebooting Hadoop system

2011-02-10 Thread 안의건
Dear Harsh, Your advice gave me insight, and I finally solved my problem. I'm not sure this is the correct way, but anyway it worked in my situation. I hope it would be helpful to someone else who has similar problem with me. hadoop/

Re: Could not add a new data node without rebooting Hadoop system

2011-02-07 Thread Jun Young Kim
how about to use to reset for your new network topology? $> hadoop dfsadmin -refreshNodes Junyoung Kim (juneng...@gmail.com) On 02/07/2011 09:16 PM, Harsh J wrote: On Mon, Feb 7, 2011 at 5:16 PM, ahn wrote: Hello everybody 1. configure conf/slaves and *.xml files on master machine 2. confi

Re: Could not add a new data node without rebooting Hadoop system

2011-02-07 Thread Harsh J
On Mon, Feb 7, 2011 at 5:16 PM, ahn wrote: > Hello everybody > 1. configure conf/slaves and *.xml files on master machine > > 2. configure conf/master and *.xml files on slave machine 'slaves' and 'masters' file are generally only required in the master machine, and only if you are using the star

Could not add a new data node without rebooting Hadoop system

2011-02-07 Thread ahn
Hello everybody I have a problem with adding a new data node to the currently running system without rebooting. I've found the following solution in the web : 1. configure conf/slaves and *.xml files on master machine 2. configure conf/master and *.xml files on slave machine 3. run ${