Created 07-06-2016 07:12 PM
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?
Created 07-06-2016 07:26 PM
Created 07-06-2016 07:26 PM
Please check:-
Created 07-06-2016 07:35 PM
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).
Created 07-07-2016 03:10 PM
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
Created 07-07-2016 03:34 PM
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.