-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: hbase-filesystem-1.0.0-alpha1
-
Fix Version/s: hbase-filesystem-1.0.0-alpha1
-
Component/s: Filesystem Integration
-
Labels:
-
Release Note:
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.
- relates to
-
HBASE-22149 HBOSS: A FileSystem implementation to provide HBase's required semantics on object stores
-
- Resolved
-
- links to