Skip to content

Janus in Embedded mode with google bigtable as storage backend #2780

Answered by vinay1331
vinay1331 asked this question in Q&A
Discussion options

You must be logged in to vote

I am able to make it work with following configuration

storage.backend=hbase
storage.hbase.ext.hbase.client.connection.impl=com.google.cloud.bigtable.hbase2_x.BigtableConnection
storage.hbase.ext.google.bigtable.project.id=project-id
storage.hbase.ext.google.bigtable.instance.id=instance-id
cache.db-cache=false
ids.authority.wait-time=5000
ids.renew-timeout=120000
ids.block-size=100000
ids.renew-percentage=0.3
storage.lock.wait-time=5000

But it is not persisting the data in bigtable querying it back doesnot retrieve the data
graph.traversal().addV("Person").property("name", name).next()
using above to add vertex

Am i still missing any conf and in the getIDBlock method of ConsistentKeyIDAu…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@vinay1331
Comment options

@porunov
Comment options

Comment options

You must be logged in to vote
1 reply
@porunov
Comment options

Answer selected by vinay1331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants