Replies: 1 comment
-
I am having a similar issue, +1 |
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
-
Hi all,
I'm having some problems with my setup, where I'm creating too many connections to BigTable admin endpoint and therefore I run into some Quota limit in writing to BigTable.
My setup is using spark to do some deduplicating and aggregation befre creating partitioning on data and then create a GraphWriter for each of the partitions. This unfortunately leads to a quota limit restriction of 100 ops pr minute to admin endpoint.
So I thought that I need to do some sort of connection pool, therefor I thought ,JanusGraph as a cluster, where I would be able to take advantage of connection pools, but i can't seem to understand what the cluster
ip
andport
etc. should be set too in this here setup.And is this here even the right approach or am I missing something? 😄
config settings:
I hope it make sense and thanks for any thoughts.
BR. Kasper
Beta Was this translation helpful? Give feedback.
All reactions