Getting Temporary failure in storage backend exception with Janusgraph Java api and hbase #4160
-
Janusgraph version 0.6.1 I am getting the following stack trace of exception while trying to open a graph.
Is this happening because of a version mismatch or is this some other known issue? any help is appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil$ClassLoaderHolder Sounds like a version issue, indeed. Did you try the janusgraph-1.0.0 release, which has the hbase-client-2.5.0 included (so, the same major version as your HBase cluster)? |
Beta Was this translation helpful? Give feedback.
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil$ClassLoaderHolder
Sounds like a version issue, indeed. Did you try the janusgraph-1.0.0 release, which has the hbase-client-2.5.0 included (so, the same major version as your HBase cluster)?