Is it possible to avoid replication caused by data node decommission?

2008-11-10 Thread Jinyeon Lee
Hello, Is it possible to avoid replication caused by data node decommission? I want to stop data nodes without moving or copying data blocks even though they have smaller replication factor.

Re: Is it possible to change parameters using org.apache.hadoop.conf.Configuration API?

2008-10-23 Thread Jinyeon Lee
Thank you!!!

Is it possible to change parameters using org.apache.hadoop.conf.Configuration API?

2008-10-22 Thread Jinyeon Lee
I have a running Hadoop/HBase cluster. When I want to change hadoop parameters without stopping the cluster, can I use org.apache.hadoop.conf.Configuration API? I wrote following java source, but it didn't do anything. - import org.apache.hadoop.conf.Configuration; import o

Re: adding more datanode

2008-10-22 Thread Jinyeon Lee
Konstantin is right. Anyway, did you add namenode address to file "masters" under conf directory?

Add new data directory during runtime

2008-10-16 Thread Jinyeon Lee
Is it possible to add more data directories by changing the configuration `dfs.data.dir' during runtime? Regards, Lee, Jin Yeon