Re: dfs.replication

2012-12-12 Thread Bryan Keller
Thanks, it is in the classpath after all. I was looking at the "ps" output which was truncated, "hbase classpath" revealed the full classpath. On Dec 12, 2012, at 11:47 AM, Jean-Daniel Cryans wrote: > dfs.replication is an HDFS client-side setting, so it has to be

Re: dfs.replication

2012-12-12 Thread Jean-Daniel Cryans
dfs.replication is an HDFS client-side setting, so it has to be coming from somewhere. Double check that classpath of yours with bin/hbase classpath J-D On Wed, Dec 12, 2012 at 11:32 AM, Bryan Keller wrote: > I noticed in some of the documentation that it states to add the Hadoop >

dfs.replication

2012-12-12 Thread Bryan Keller
I noticed in some of the documentation that it states to add the Hadoop config directory to the HBase classpath if you want HBase to use any DFS client settings, like dfs.replication. Is this still true? It seems like HBase is using the dfs.replication setting. I have it set to 2 in the Hadoop