Member since
12-05-2013
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
44676 | 12-23-2013 11:37 AM |
12-23-2013
11:37 AM
Hi all, Thanks for your support. The issue ended up being an environment issue. I needed to pass to my application the location of the Hbase configuration, via the following snippet: Configuration conf = new Configuration();
conf.addResource(new Path("/etc/hbase/conf/hbase-site.xml")); This allowed the program to determine the correct settings for connecting to HBase. Thanks!
... View more