|
Re: Kerberos authentication of gremlin console with Janusgraph server
Thanks for recommending this approach. However, I am getting following error:
when running gremlin> def list = client.submit("g.V()").all().get()
>>> CCacheInputStream: readFlags()
get normal
Thanks for recommending this approach. However, I am getting following error:
when running gremlin> def list = client.submit("g.V()").all().get()
>>> CCacheInputStream: readFlags()
get normal
|
By
Nikita Pande
·
#6460
·
Edited
|
|
Re: MongoDB or ElasticSearch as storage backend?
Adding new types of storage or indexing backends to JanusGraph is not straightforward. So, unless you are a seasoned java developer and have some time to spare, you will have to use the available
Adding new types of storage or indexing backends to JanusGraph is not straightforward. So, unless you are a seasoned java developer and have some time to spare, you will have to use the available
|
By
hadoopmarc@...
·
#6459
·
|
|
MongoDB or ElasticSearch as storage backend?
Hi everyone, is it possible to use mongodb or elastic search as the storage backend? I'm new to janusgraph so please bear with me and feel free to explain anything obvious that I may be missing. It
Hi everyone, is it possible to use mongodb or elastic search as the storage backend? I'm new to janusgraph so please bear with me and feel free to explain anything obvious that I may be missing. It
|
By
ucheozoemena@...
·
#6458
·
|
|
Re: Kerberos authentication of gremlin console with Janusgraph server
Connecting gremlin console to gremlin server goes like:
cluster = Cluster.build(<hostname>).jaasEntry(<entry in gremlin-jaas.conf file>).protocol(<serverPrincipalName>).create()and see
Connecting gremlin console to gremlin server goes like:
cluster = Cluster.build(<hostname>).jaasEntry(<entry in gremlin-jaas.conf file>).protocol(<serverPrincipalName>).create()and see
|
By
hadoopmarc@...
·
#6457
·
|
|
Re: Kerberos authentication of gremlin console with Janusgraph server
" Krb5Authenticator runs inside Gremlin Server and authenticates users of gremlin clients (e.g. Gremlin Console). " this is configured as part of gremlin-server.yaml.
When I run just "graph" alone
" Krb5Authenticator runs inside Gremlin Server and authenticates users of gremlin clients (e.g. Gremlin Console). " this is configured as part of gremlin-server.yaml.
When I run just "graph" alone
|
By
Nikita Pande
·
#6456
·
|
|
Re: Kerberos authentication of gremlin console with Janusgraph server
Hi Nikita,
I do not understand: Krb5Authenticator runs inside Gremlin Server and authenticates users of gremlin clients (e.g. Gremlin Console). Why would you run JanusGraphFactory in the Gremlin
Hi Nikita,
I do not understand: Krb5Authenticator runs inside Gremlin Server and authenticates users of gremlin clients (e.g. Gremlin Console). Why would you run JanusGraphFactory in the Gremlin
|
By
hadoopmarc@...
·
#6455
·
|
|
Kerberos authentication of gremlin console with Janusgraph server
Hi team,
Kerberos authentication of gremlin console with janusgraph version 0.6.0
I am facing an issue when trying to configure kerberos auth of gremlin console with with janus as per
Hi team,
Kerberos authentication of gremlin console with janusgraph version 0.6.0
I am facing an issue when trying to configure kerberos auth of gremlin console with with janus as per
|
By
Nikita Pande
·
#6454
·
Edited
|
|
Re: Gremlin giving stale response
Hi Marc,
Using read-only strategy is a really good suggesion. Let me try that, thanks!
Regards,
Aman
Hi Marc,
Using read-only strategy is a really good suggesion. Let me try that, thanks!
Regards,
Aman
|
By
Aman <amandeep.srivastava1996@...>
·
#6453
·
|
|
Re: Gremlin giving stale response
Hi Aman,
Without saying that I understand everything of the JanusGraph behaviour that you describe, I can add the following:
when accessing the graph via JanusGraph server (what you call the gremlin
Hi Aman,
Without saying that I understand everything of the JanusGraph behaviour that you describe, I can add the following:
when accessing the graph via JanusGraph server (what you call the gremlin
|
By
hadoopmarc@...
·
#6452
·
|
|
Re: JanusGraph database cache on distributed setup
Hi Wasantha,
It's great to hear that you have solved the previous problem.
Regarding contributing to the community, I would suggest you create a GitHub issue first, describing the problem and your
Hi Wasantha,
It's great to hear that you have solved the previous problem.
Regarding contributing to the community, I would suggest you create a GitHub issue first, describing the problem and your
|
By
Boxuan Li
·
#6451
·
|
|
Gremlin giving stale response
Hi,
I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated
Hi,
I've built a service around JanusGraph to ingest/retrieve data. When I ingest a new edge, the same is not reflected on the gremlin endpoint of JG. However, ingested vertices count is updated
|
By
Aman <amandeep.srivastava1996@...>
·
#6450
·
|
|
Re: JanusGraph database cache on distributed setup
Hi Boxuan,
We were able to overcome sync issue on multiple JG instance after doing modifications on void invalidate(StaticBuffer key, List<CachableStaticBuffer> entries) as suggested. We had few
Hi Boxuan,
We were able to overcome sync issue on multiple JG instance after doing modifications on void invalidate(StaticBuffer key, List<CachableStaticBuffer> entries) as suggested. We had few
|
By
washerath@...
·
#6449
·
|
|
Connective predicate with id throws an IllegalArgumentException (Invalid condition)
Hello,
If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException:
gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592"))
Hello,
If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException:
gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592"))
|
By
toom@...
·
#6448
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi Krishna,
Sorry for the late reply. Can you try one thing:
See if this config works or not. If this works, then likely the problem is not with JanusGraph. Otherwise, there might be a bug, and it
Hi Krishna,
Sorry for the late reply. Can you try one thing:
See if this config works or not. If this works, then likely the problem is not with JanusGraph. Otherwise, there might be a bug, and it
|
By
Boxuan Li
·
#6447
·
|
|
Re: JanusGraph Best Practice to Store the Data
Hi,
There are a few factors you might want to consider:
1. An increase of your transaction-wise cache and database-level cache memory usage.
2. Cassandra does not support large column value well.
Hi,
There are a few factors you might want to consider:
1. An increase of your transaction-wise cache and database-level cache memory usage.
2. Cassandra does not support large column value well.
|
By
Boxuan Li
·
#6446
·
|
|
JanusGraph Best Practice to Store the Data
Hi Team,
We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api.
Thinking of saving the full JSON document into Graph alongside relationship.
Gremlin
Hi Team,
We are running JanusGraph + Cassandra combination for storing through Gremlin Commands from Java Api.
Thinking of saving the full JSON document into Graph alongside relationship.
Gremlin
|
By
kaintharinder@...
·
#6445
·
Edited
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi hadoopmarc
It's a typo in the post, I had just typed that people can understand I am passing it as a string.
in acutal code, i am using property file and reading those properties in configuration2
Hi hadoopmarc
It's a typo in the post, I had just typed that people can understand I am passing it as a string.
in acutal code, i am using property file and reading those properties in configuration2
|
By
krishna.sailesh2@...
·
#6444
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
Hi Krishna,
The properties you cite are not quoted in the right way:
"storage.hostname: "cass01,cass02,cass03""Are these typos in the post or in your actual code?
Best wishes, Marc
Hi Krishna,
The properties you cite are not quoted in the right way:
"storage.hostname: "cass01,cass02,cass03""Are these typos in the post or in your actual code?
Best wishes, Marc
|
By
hadoopmarc@...
·
#6443
·
|
|
Re: Janusgraph 0.6.0 cassandra connection issues caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=5960d2ce): [com.datastax.oss.driver.api.core.connection.ConnectionInitException: [JanusGraph Session|control|connecting...]
HI Boxuan,
I am using the same above mentioned config in the properties file, loading configuration2 object using java and loading janusgraph.
Thanks
Krishna Jalla
HI Boxuan,
I am using the same above mentioned config in the properties file, loading configuration2 object using java and loading janusgraph.
Thanks
Krishna Jalla
|
By
krishna.sailesh2@...
·
#6442
·
|
|
No writes: Janusgraph bigtable
using configured graph factory we are creating graph by send the below query using gremlin client
let client = new
using configured graph factory we are creating graph by send the below query using gremlin client
let client = new
|
By
51kumarakhil@...
·
#6441
·
|