Replies: 1 comment
-
|
just checking in to see if there is any input on this. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am relatively new to JanusGraph and I’m trying to use JanusGraph 1.1.0 with Google Cloud Bigtable as the storage backend.
I am getting the following error when running the Janusgraph server
java.lang.NoSuchMethodException: com.google.cloud.bigtable.hbase2_x.BigtableConnection.<init>(Configuration, ExecutorService, User, Map)Here is my property file
Most of the online resources point to downloading the hbase/bigtable related jar files and placing in '/lib' directory. I've tried that and it did not help. Is there a recommended way to use JanusGraph 1.1.0 with Bigtable ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions