简体   繁体   中英

HBase: load master coprocessor from HDFS

Is it possible to load HBase master coprocessor from HDFS based on HBase configuration files? I'd like to avoid things like direct coprocessor class placement on HBase master local FS. If yes, could you please explain how it can be done?

Take a look at the Load from Shell section here . The good thing is that there is no need to restart the HBase to register the Coprocessors.

Finally came to user jar included into HBase CLASSPATH and distributed over all cluster nodes. Something like 'hbase-extension.jar'. This allowed lot of things related to HBase to be modified / improved. Especially to Lily HBase indexer.

But by now HBase cannot use HDFS located jars for MASTER co-processors. Hope this may change soon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM