Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
hbase-filesystem-1.0.0-alpha1
Description
Hadoop uses a very old version of Curator, and if it ever ends up in the classpath with HBOSS you can get this:
Exception in thread "main" java.lang.IllegalAccessError: tried to access method org.apache.curator.framework.recipes.locks.InterProcessMutex.isOwnedByCurrentThread()Z from class org.apache.hadoop.hbase.oss.sync.ZKTreeLockManager
I think the simplest solution is to just shade Curator.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-22149 HBOSS: A FileSystem implementation to provide HBase's required semantics on object stores
- Resolved
- links to