Re: Configuration setup

2012-11-29 Thread Suraj Varma
The directory where hbase-site.xml is located should be in your client side classpath. Can you check if this is the case (dump your classpath right before you call to check if the directory is present). Here's the HBaseConfiguration.addHBaseResources code.

Re: Configuration setup

2012-11-26 Thread Stack
On Mon, Nov 26, 2012 at 2:16 PM, Mohit Anchlia mohitanch...@gmail.com wrote: I have a need to move hbas-site.xml to an external location. So in order to do that I changed my configuration as shown below. But this doesn't seem to be working. It picks up the file but I get error, seems like it's

Re: Configuration setup

2012-11-26 Thread Mohit Anchlia
Thanks! This is the client code I was referring to. The below code doesn't seem to work. Also I tried HBaseConfiguration.addHBaseResrouce and that didn't work either. Is there any other way to make it configurable outside the resource? On Mon, Nov 26, 2012 at 2:39 PM, Stack st...@duboce.net