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 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.