|
Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi All, We are connecting to janusgraph using java. A cluster connection with the gremlin driver is used for the connectivity. At the start, we were getting out of memory error, but tweaking some chan
Hi All, We are connecting to janusgraph using java. A cluster connection with the gremlin driver is used for the connectivity. At the start, we were getting out of memory error, but tweaking some chan
|
By
Vinayak Bali
· #5719
·
|
|
Count Query Optimization
Hi All, The schema consists of A, B as nodes, and E as an edge with some other nodes and edges. A: 183468 B: 437317 E: 186513 Query: g.V().has('property1', 'A').as('v1').outE().has('property1','E').as
Hi All, The schema consists of A, B as nodes, and E as an edge with some other nodes and edges. A: 183468 B: 437317 E: 186513 Query: g.V().has('property1', 'A').as('v1').outE().has('property1','E').as
|
By
Vinayak Bali
· #5717
·
|
|
JMX authentication for cassandra
Hi Marc, We get the same error.
Hi Marc, We get the same error.
|
By
Vinayak Bali
· #5714
·
|
|
JMX authentication for cassandra
Hi Marc, How can I enable JMX authentication for the Cassandra daemon ?? Thanks & Regards, Vinayak
Hi Marc, How can I enable JMX authentication for the Cassandra daemon ?? Thanks & Regards, Vinayak
|
By
Vinayak Bali
· #5707
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
Hi Marc, The same code works for JanusGraphFactory but not for ConfiguredGraphFactory. I investigated issue further. For ConfiguredGraphFactory we establish remote connection using following commands:
Hi Marc, The same code works for JanusGraphFactory but not for ConfiguredGraphFactory. I investigated issue further. For ConfiguredGraphFactory we establish remote connection using following commands:
|
By
Vinayak Bali
· #5703
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
Hi Marc, If possible please share the code used, let me check if it can be used to modify my code. Thanks & Regards, Vinayak
Hi Marc, If possible please share the code used, let me check if it can be used to modify my code. Thanks & Regards, Vinayak
|
By
Vinayak Bali
· #5696
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
Hi Marc, Explicitly, imported StandardJanusGraph using the following import command which is not working: org.janusgraph.graphdb.database.StandardJanusGraph Tried Graph approach too, it throws the fol
Hi Marc, Explicitly, imported StandardJanusGraph using the following import command which is not working: org.janusgraph.graphdb.database.StandardJanusGraph Tried Graph approach too, it throws the fol
|
By
Vinayak Bali
· #5694
·
|
|
Driver's for java connectivity
Hi, The goal is to execute a query which retrieves all the data from database and store it to a file to analyse the results Thanks Vinayak
Hi, The goal is to execute a query which retrieves all the data from database and store it to a file to analyse the results Thanks Vinayak
|
By
Vinayak Bali
· #5693
·
|
|
Driver's for java connectivity
Hi Kevin, To verify whether the issue is from the server or client-side, we are trying to execute the same query on the server and output the data in the file. But still it's not possible. Janusgraph
Hi Kevin, To verify whether the issue is from the server or client-side, we are trying to execute the same query on the server and output the data in the file. But still it's not possible. Janusgraph
|
By
Vinayak Bali
· #5691
·
|
|
Driver's for java connectivity
Hi Kevin, JVM size at the server where janusgraph and Cassandra (same machine) is set to 24GB. On the API side, we tried setting it to 8GB. Is there any other way using which we can write the query re
Hi Kevin, JVM size at the server where janusgraph and Cassandra (same machine) is set to 24GB. On the API side, we tried setting it to 8GB. Is there any other way using which we can write the query re
|
By
Vinayak Bali
· #5689
·
|
|
Driver's for java connectivity
Hi Kevin, Query: g.V().as('a').outE().as('b').inV().as('c').select('a','b','c').by(valueMap().by(unfold())) Memory Settings: maxInitialLineLength: 4096 maxHeaderSize: 8192 maxChunkSize: 8192 maxConten
Hi Kevin, Query: g.V().as('a').outE().as('b').inV().as('c').select('a','b','c').by(valueMap().by(unfold())) Memory Settings: maxInitialLineLength: 4096 maxHeaderSize: 8192 maxChunkSize: 8192 maxConten
|
By
Vinayak Bali
· #5687
·
|
|
Driver's for java connectivity
Hi Marc, While trying to execute a query using HTTP throws an out memory error. The number of records returned is more hence can't get the entire output. I want an entire output of the query in the fi
Hi Marc, While trying to execute a query using HTTP throws an out memory error. The number of records returned is more hence can't get the entire output. I want an entire output of the query in the fi
|
By
Vinayak Bali
· #5685
·
|
|
JMX authentication for cassandra
Hi All, There is a requirement to enable the JMX authentication of Cassandra. The steps followed are as follows: 1. cd /home/user1/janusgraph-full-0.5.2/conf/cassandra 2. vi cassandra-env.sh 3. origin
Hi All, There is a requirement to enable the JMX authentication of Cassandra. The steps followed are as follows: 1. cd /home/user1/janusgraph-full-0.5.2/conf/cassandra 2. vi cassandra-env.sh 3. origin
|
By
Vinayak Bali
· #5683
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
Hi All, Using a batch processing script to load the data into the graph. With JanusGraphFactory the scripts were working as expected. Now the same code is not working with ConfiguredGraphFactory. The
Hi All, Using a batch processing script to load the data into the graph. With JanusGraphFactory the scripts were working as expected. Now the same code is not working with ConfiguredGraphFactory. The
|
By
Vinayak Bali
· #5677
·
|
|
Driver's for java connectivity
Hi All, We are connecting to janusgraph using java using an API. The API executes the query and returns the data.Facing memory issues frequently while using gremlin driver(org.apache.tinkerpop.gremlin
Hi All, We are connecting to janusgraph using java using an API. The API executes the query and returns the data.Facing memory issues frequently while using gremlin driver(org.apache.tinkerpop.gremlin
|
By
Vinayak Bali
· #5676
·
|
|
Gremlin Query to return count for nodes and edges
Hi Marc, The backend used is Cassandra. I was just wondering if we can load the data from Cassandra's data store to the in-memory backend to speed up the process. I tried OLAP by configuring Hadoop an
Hi Marc, The backend used is Cassandra. I was just wondering if we can load the data from Cassandra's data store to the in-memory backend to speed up the process. I tried OLAP by configuring Hadoop an
|
By
Vinayak Bali
· #5659
·
|
|
ConfiguredGraphFactory and Authentication not working
Hi Marc, It was working with 0.4.0. After the update to 0.5.2, it is not working. The difference which I saw between the two was when I start 0.4.0 automatically configuredgraphfactory schema was crea
Hi Marc, It was working with 0.4.0. After the update to 0.5.2, it is not working. The difference which I saw between the two was when I start 0.4.0 automatically configuredgraphfactory schema was crea
|
By
Vinayak Bali
· #5646
·
|
|
ConfiguredGraphFactory and Authentication not working
Hi Marc, Tried the approach you mentioned, still facing the same issue. In one of the blogs, I read that it is due to the Cassandra cluster is first configured with janusgraphfactory and it works for
Hi Marc, Tried the approach you mentioned, still facing the same issue. In one of the blogs, I read that it is due to the Cassandra cluster is first configured with janusgraphfactory and it works for
|
By
Vinayak Bali
· #5638
·
|
|
ConfiguredGraphFactory and Authentication not working
Hi All, Investigated the issue further. We I start janusgraph by default janusgraph schema is created, but I need configuredmanagementgraph. Request you to please help regarding it . Thanks & Regards,
Hi All, Investigated the issue further. We I start janusgraph by default janusgraph schema is created, but I need configuredmanagementgraph. Request you to please help regarding it . Thanks & Regards,
|
By
Vinayak Bali
· #5636
·
|
|
ConfiguredGraphFactory and Authentication not working
Hi All, Followed the following blogs for configuring authentication and ConfiguredGraphFactory respectively. https://docs.janusgraph.org/basics/server/ https://stackoverflow.com/questions/51594838/jan
Hi All, Followed the following blogs for configuring authentication and ConfiguredGraphFactory respectively. https://docs.janusgraph.org/basics/server/ https://stackoverflow.com/questions/51594838/jan
|
By
Vinayak Bali
· #5634
·
|