Member since
09-01-2015
18
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
15780 | 03-30-2017 05:16 AM | |
1612 | 11-27-2015 01:18 AM |
12-06-2017
01:17 AM
Hey Harsha, I am facing a similar problem with the CDH 5.13 version.. have shared the details here http://community.cloudera.com/t5/Data-Ingestion-Integration/Problem-in-connecting-to-Hbase-from-scala-code-in-Cloudera/m-p/62519#M2779 Please let me knoe if there is something wrong that I am doing. Thanks
... View more
11-27-2015
01:18 AM
Resolved the issue. Need to add hive conf as external class folder in your build path. Right click on you project in eclipse -- Build Path -- Configure Build Path -- Java Build Path -- Libraries -- Add External Class Folder -- select the conf folder (/usr/lib/hive/conf) -- OK -- OK All done. Now I am able to get my hive databases and tables.
... View more