Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How do I add custom HBase co-processors in HDP 2.4?

avatar

I have custom co-processors that I need to make available to HBase. Do I copy my jar files into a lib directory somewhere? Use Ambari to append to a RegionServer classpath environment variable?

1 ACCEPTED SOLUTION

avatar
4 REPLIES 4

avatar

avatar
Super Guru

The book will cover what properties to set in hbase-site.xml which you can do via Ambari. However, it will depend on you copying out the necessary jar(s) to your cluster as well (/usr/hdp/current/hbase-client/lib should do the trick).

avatar
Expert Contributor

Hi Josh, how does this tie in - https://issues.apache.org/jira/browse/HBASE-1936 . Is this what you meant by copying out the jars

avatar
Super Guru

Loading jars out of HDFS, as enabled by HBASE-1936, would be an alternative to copying the jars to the local filesystem on each node running HBase.