Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how can we select jars(for hbase,hive) that are present in the hortonworks sandbox(generally in a folder)

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Super Guru

@krishna sampath

Ok, so for integrating custom java program to hbase, you probably need to add below path into your client java env for hbase. I believe it contains all required jars to connect.

/usr/hdp/current/hbase-client/lib/

Or you also look on below path for more habse jars.

/usr/hdp/current/hbase-master/lib/

For hive you can find all jars from below location.

/usr/hdp/current/hive-client/lib/

Will that help?

View solution in original post

3 REPLIES 3

avatar
Super Guru

@krishna sampath

Hi, Can you please explain it bit more? like what is the use case and what jars and where you want to put them?

avatar
New Member

like for hbase mapreduce integration, I need jars for hbase of 1.1.2 version. I think there will be some folder where we can get jars for the hbase 1.1.2 in hortonworks sandbox hdp2.3. My question where will be those folder residing. so that I can include in my program

avatar
Super Guru

@krishna sampath

Ok, so for integrating custom java program to hbase, you probably need to add below path into your client java env for hbase. I believe it contains all required jars to connect.

/usr/hdp/current/hbase-client/lib/

Or you also look on below path for more habse jars.

/usr/hdp/current/hbase-master/lib/

For hive you can find all jars from below location.

/usr/hdp/current/hive-client/lib/

Will that help?