|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Vinayak,
Check out this: https://github.com/JanusGraph/janusgraph/tree/master/janusgraph-examples/example-cql
Using Java APIs is not that different from using the gremlin console where you write
Hi Vinayak,
Check out this: https://github.com/JanusGraph/janusgraph/tree/master/janusgraph-examples/example-cql
Using Java APIs is not that different from using the gremlin console where you write
|
By
Boxuan Li
·
#5750
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Marc,
Please Look into the following error msg.
:remote connect tinkerpop.server conf/remote.yaml session-managed09:26:37 WARN org.apache.tinkerpop.gremlin.driver.Host - Marking
Hi Marc,
Please Look into the following error msg.
:remote connect tinkerpop.server conf/remote.yaml session-managed09:26:37 WARN org.apache.tinkerpop.gremlin.driver.Host - Marking
|
By
Real Life Adventure
·
#5749
·
|
|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Marc,
That is where the problem lies. I am not using the gremlin console. Want to execute queries through API built-in Java.
Thanks & Regards,
Vinayak
Hi Marc,
That is where the problem lies. I am not using the gremlin console. Want to execute queries through API built-in Java.
Thanks & Regards,
Vinayak
|
By
Vinayak Bali
·
#5748
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Marc,
Tried opening graph with janusgraphfactory.still facing same error.please check below logs for your reference.
gremlin> cf = graph.getConfiguration()
Host did not respond in a
Hi Marc,
Tried opening graph with janusgraphfactory.still facing same error.please check below logs for your reference.
gremlin> cf = graph.getConfiguration()
Host did not respond in a
|
By
Real Life Adventure
·
#5747
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Marc,
Tried opening graph with janusgraphfactory.still facing same error.please check below logs for your reference.
gremlin> cf = graph.getConfiguration()
Host did not respond in a
Hi Marc,
Tried opening graph with janusgraphfactory.still facing same error.please check below logs for your reference.
gremlin> cf = graph.getConfiguration()
Host did not respond in a
|
By
Real Life Adventure
·
#5746
·
|
|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Vinayak,
From gremlin console:
gremlin> graph = JanusGraphFactory.open('conf/your_config_with_right_keyspace.properties')==>standardjanusgraph[cassandra:]gremlin> g = graph.traversal()
vertices =
Hi Vinayak,
From gremlin console:
gremlin> graph = JanusGraphFactory.open('conf/your_config_with_right_keyspace.properties')==>standardjanusgraph[cassandra:]gremlin> g = graph.traversal()
vertices =
|
By
hadoopmarc@...
·
#5745
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas,
You can open all graphs one by one from the gremlin console using JanusGraphFactory and the corresponding properties files.
Best wishes, Marc
Hi Srinivas,
You can open all graphs one by one from the gremlin console using JanusGraphFactory and the corresponding properties files.
Best wishes, Marc
|
By
hadoopmarc@...
·
#5744
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
current_id can be obtained from:
gremlin> import org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration
gremlin> cf = graph.getConfiguration()
gremlin> conf =
current_id can be obtained from:
gremlin> import org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration
gremlin> cf = graph.getConfiguration()
gremlin> conf =
|
By
hadoopmarc@...
·
#5743
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi marc,
Unable to open graph itself. gremlin server itself not running on port 8182.
gremlin> mgmt = graph.openManagement()
Host did not respond in a timely fashion - check the server
Hi marc,
Unable to open graph itself. gremlin server itself not running on port 8182.
gremlin> mgmt = graph.openManagement()
Host did not respond in a timely fashion - check the server
|
By
Real Life Adventure
·
#5742
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas,
This took a while, because the exception message is not really helpful. There are lots of unanswered threads about this issue (search for forced shutdown and janusgraph instance). Can you
Hi Srinivas,
This took a while, because the exception message is not really helpful. There are lots of unanswered threads about this issue (search for forced shutdown and janusgraph instance). Can you
|
By
hadoopmarc@...
·
#5741
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi,
Tried above mentioned config changes.but of no use .still facing same issue.
it is helpful if someone can reproduce and mitigate the issue.
Thanks,
M.Srinivas
Hi,
Tried above mentioned config changes.but of no use .still facing same issue.
it is helpful if someone can reproduce and mitigate the issue.
Thanks,
M.Srinivas
|
By
Real Life Adventure
·
#5740
·
|
|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Marc,
I am using cluster mode to connect to janusgraph after creating the gremlin query. A sample of code is as follows:
Cluster cluster = Cluster.build().addContactPoint("xx.xx.xx.xx")
Hi Marc,
I am using cluster mode to connect to janusgraph after creating the gremlin query. A sample of code is as follows:
Cluster cluster = Cluster.build().addContactPoint("xx.xx.xx.xx")
|
By
Vinayak Bali
·
#5739
·
|
|
JanusGraph 0.5.3 SparkGraph Computer with YARN Error - java.lang.ClassCastException: org.apache.hadoop.yarn.proto.YarnServiceProtos$GetNewApplicationRequestProto cannot be cast to org.apache.hadoop.hbase.shaded.com.google.protobuf.Message
Hello!
I am currently trying to set up SparkGraphComputer using JanusGraph with a CQL storage and ElasticSearch Index backend, and am receiving an error when trying to complete a simple vertex count
Hello!
I am currently trying to set up SparkGraphComputer using JanusGraph with a CQL storage and ElasticSearch Index backend, and am receiving an error when trying to complete a simple vertex count
|
By
kndoan94@...
·
#5738
·
Edited
|
|
ScriptExecutor Deprecated but Used in gremlin.bat
When I look at https://github.com/JanusGraph/janusgraph/blob/ce79ec50e0c882c9ccc62e73a2054bcdb2304ece/janusgraph-dist/src/assembly/static/bin/gremlin.bat#L119
I see use of the deprecated
When I look at https://github.com/JanusGraph/janusgraph/blob/ce79ec50e0c882c9ccc62e73a2054bcdb2304ece/janusgraph-dist/src/assembly/static/bin/gremlin.bat#L119
I see use of the deprecated
|
By
fredrick.eisele@...
·
#5737
·
|
|
Re: JMX authentication for cassandra
Hi Vinayak,
This question is probably better addressed to:
https://cassandra.apache.org/community/
as I cannot remember having seen this discussed in the JanusGraph community.
Best wishes,
Marc
Hi Vinayak,
This question is probably better addressed to:
https://cassandra.apache.org/community/
as I cannot remember having seen this discussed in the JanusGraph community.
Best wishes,
Marc
|
By
hadoopmarc@...
·
#5736
·
|
|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Vinayak,
For embedded use of janusgraph, see:
https://docs.janusgraph.org/getting-started/basic-usage/#loading-with-an-index-backend
and replace the properties file with the one currently used by
Hi Vinayak,
For embedded use of janusgraph, see:
https://docs.janusgraph.org/getting-started/basic-usage/#loading-with-an-index-backend
and replace the properties file with the one currently used by
|
By
hadoopmarc@...
·
#5735
·
|
|
Re: Threads are unresponsive for some time after a particular amount of data transfer(119MB)
Hi Marc,
I went through some blogs but didn't get a method to connect to janusgraph using embedded mode using java. We are using Cassandra as a backend and cql to connect to it. Not sure how I will be
Hi Marc,
I went through some blogs but didn't get a method to connect to janusgraph using embedded mode using java. We are using Cassandra as a backend and cql to connect to it. Not sure how I will be
|
By
Vinayak Bali
·
#5734
·
|
|
Re: JMX authentication for cassandra
Hi Marc,
The article was useful and complete the JMX authentication successfully. But when I allow password authentication for Cassandra by changing the following lines in Cassandra.yaml, it stops
Hi Marc,
The article was useful and complete the JMX authentication successfully. But when I allow password authentication for Cassandra by changing the following lines in Cassandra.yaml, it stops
|
By
Vinayak Bali
·
#5733
·
|
|
Re: .JanusGraph/Elastic - Too many dynamic script compilations error for LIST type properties
Hi Naresh,
I too used to get this exception. This was solved after moving to Janusgraph v0.5.2.
Hope this helps you.
Thanks,
Abhay
Hi Naresh,
I too used to get this exception. This was solved after moving to Janusgraph v0.5.2.
Hope this helps you.
Thanks,
Abhay
|
By
Abhay Pandit
·
#5732
·
|
|
Re: .JanusGraph/Elastic - Too many dynamic script compilations error for LIST type properties
Hi Naresh,
Yes, elasticsearch, I should have recognized the "painless" scripting! This can mean the following things:
your use case is maybe unusual, would it be possible to introduce a groupby step
Hi Naresh,
Yes, elasticsearch, I should have recognized the "painless" scripting! This can mean the following things:
your use case is maybe unusual, would it be possible to introduce a groupby step
|
By
hadoopmarc@...
·
#5731
·
|