Member since
08-13-2013
16
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2657 | 10-28-2013 02:12 AM | |
8759 | 08-22-2013 10:51 PM |
09-15-2016
05:50 AM
hi ....... i am runnnig cloudera sandbox on Vmware . i want to connect from wiindow using java program want to create table in hbase.
... View more
10-28-2013
02:12 AM
1 Kudo
Above problem has been solved by adding hbase.jar in /usr/lib/hadoop/lib & add some jar files like hive-hbase-handler.jar, hbase.jar, guava.jar, zookeeper.jar, hive-contrib.jar in auxpth in hive-site.xml as given below: <name>hive.aux.jars.path</name> <description>Specify paths to jars for hbase integration - must update each CDH release!</description> <value>file:///usr/lib/hive/lib/hive-hbase-handler-0.10.0-cdh4.3.0.jar,file:///usr/lib/hive/lib/hbase.jar,file:///usr/lib/hive/lib/guava-11.0.2.jar,file:///usr/lib/hive/lib/zookeeper.jar,file:///usr/lib/hive/lib/hive-contrib-0.10.0-cdh4.3.0.jar</value> </property> Thanks Surbhi
... View more
08-22-2013
10:56 PM
Above problem has been solved by adding hbase.jar in /usr/lib/hadoop/lib & add some jar files like hive-hbase-handler.jar, hbase.jar, guava.jar, zookeeper.jar, hive-contrib.jar in auxpth in hive-site.xml.. Thanks Surbhi
... View more
08-22-2013
10:51 PM
Above problem has been solved by adding auxpath in hive-site.xml
... View more