I solved it by explicitly setting the property using setProperty method
On Thu, Nov 29, 2012 at 4:46 PM, Suraj Varma wrote:
> 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
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.
http://javasourcecode.org/html/open-sourc
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 wrote:
> On Mon, Nov
On Mon, Nov 26, 2012 at 2:16 PM, Mohit Anchlia 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 going to
> the local