Re: Hadoop doesnt use Replication Level of Namenode

2011-09-13 Thread Joey Echeverria
That won't work with the replication level as that is entirely a client side config. You can partially control it by setting the maximum replication level. -Joey On Tue, Sep 13, 2011 at 10:56 AM, Edward Capriolo edlinuxg...@gmail.com wrote: On Tue, Sep 13, 2011 at 5:53 AM, Steve Loughran

Hadoop doesnt use Replication Level of Namenode

2011-09-12 Thread Ralf Heyde
Hello, I've writed an HDFS Client which works pretty well. But . on my Namenode I configured a replication leven of 2 . on my Client - the config - hold a value of 1. If I now write a file from my HDFSClient to the HDFS it gets the replication-value of 1. I know that I can manually put

Re: Hadoop doesnt use Replication Level of Namenode

2011-09-12 Thread Harsh J
Ralf, There is no current way to 'fetch' a config at the moment. You have the NameNode's config available at NNHOST:WEBPORT/conf page which you can perhaps save as a resource (dynamically) and load into your Configuration instance, but apart from this hack the only other ways are the ones Bharath