Re: Question about decommissioning a node

2009-09-16 Thread Harold Lim
Thanks. Another Question: During decommissioning process, does HDFS strictly copy blocks/files from the decommissioned node to the other live nodes? Or do blocks get copied from other live nodes too? i.e., is the source of transfers always the node being decommissioned? -Harold --- On Tue, 9/

Reg: Error with "ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1"

2009-09-16 Thread Shashank Agarwal
Hi, I am trying to run this build target with libhdfs and fusedfs flags. But the build fails and I get -- /home/shashank/Desktop/LabWork/hadoop-0.20.0/build.xml:497: The following error occurred while executing this line: /home/shashank/Desktop/LabWork/hadoop-0.20.0/src/contrib

Re: Question about decommissioning a node

2009-09-16 Thread Dhruba Borthakur
>s the source of transfers always the node being decommissioned? No. the source of the transfer(s) could be any other node in the cluster. dhruba On Wed, Sep 16, 2009 at 10:06 AM, Harold Lim wrote: > Thanks. > > Another Question: During decommissioning process, does HDFS strictly copy > block