I\'m using HBase 1.1.2, and trying to redeploy a custom endpoint coprocessor to fix an error in my Java code. I made some changes to the coprocessor code and redeployed it via t
Restarting HBase did the trick; the jar in /tmp/hbase-hbase/local/jars/tmp/ was removed, and my next deploy was successful.
/tmp/hbase-hbase/local/jars/tmp/
This is a bug in HBase, either in the documentation or the code. I'll raise a ticket with the HBase Jira.