|
Write to gryo
5 messages
Hi everyone, I am using Java and trying to write a Tinkergraph to Gryo format. To do so I tried: g.io("file.kryo").write().iterate() As suggested in the tinkerpop documentation. However, this results
Hi everyone, I am using Java and trying to write a Tinkergraph to Gryo format. To do so I tried: g.io("file.kryo").write().iterate() As suggested in the tinkerpop documentation. However, this results
|
By
Lilly
·
|
|
Use of ModifierType fails if TypeDefinitionCategory is not loaded before
5 messages
Hi, When I try to set consistency of a property key (using JanusGraphManagement.setConsistency in a java project) I get a NPE if I don't refer the class TypeDefinitionCategory before. The method setCo
Hi, When I try to set consistency of a property key (using JanusGraphManagement.setConsistency in a java project) I get a NPE if I don't refer the class TypeDefinitionCategory before. The method setCo
|
By
Thomas Franco
·
|
|
JanusGraph Spark read edges
6 messages
Hi Rafi, I agree that this takes far too long and should rather happen in 10 seconds or (most of it spent on class loading.). I would investigate further what really happens. Look in the spark web UI
Hi Rafi, I agree that this takes far too long and should rather happen in 10 seconds or (most of it spent on class loading.). I would investigate further what really happens. Look in the spark web UI
|
By
HadoopMarc
·
|
|
Error While creating "Global Traversal Graph variable" on OLAP Properties graph
4 messages
Hi Team, I am able to perform the OLAP operation on graph with Hbase storage backend. But when i tried to create a Global Graph Variable on top of the graph then only getting below error. Error: Cause
Hi Team, I am able to perform the OLAP operation on graph with Hbase storage backend. But when i tried to create a Global Graph Variable on top of the graph then only getting below error. Error: Cause
|
By
Anshul Sharma
·
|
|
Index corruption after reindexing vertex-centric indices with direction 'BOTH'
3 messages
I have noticed a corruption in index after reindexing vertex-centric indices with direction 'BOTH'. Issue : A self-link is getting added to every vertex after reindexing. To demonstrate this, I have t
I have noticed a corruption in index after reindexing vertex-centric indices with direction 'BOTH'. Issue : A self-link is getting added to every vertex after reindexing. To demonstrate this, I have t
|
By
Shiva Krishnan
·
|
|
"within" step combined with "or" step throws errors
4 messages
We have a schema with a property of type "Long", when we try to execute simple Gremlin query in the console g.V().or(__.has("prop",P.within(2L)),__.has("prop",P.within(1L))) We get the error: Value [[
We have a schema with a property of type "Long", when we try to execute simple Gremlin query in the console g.V().or(__.has("prop",P.within(2L)),__.has("prop",P.within(1L))) We get the error: Value [[
|
By
Sergey Volkov
·
|
|
Potential thread leakage in JanusGraphTransaction?
Hi, I'm using Elasticsearch and HBase as backend of JanusGraph and I write a multithread import tool. When using multithread mode, the program hit the ulimit of process easily. Then I check the thread
Hi, I'm using Elasticsearch and HBase as backend of JanusGraph and I write a multithread import tool. When using multithread mode, the program hit the ulimit of process easily. Then I check the thread
|
By
L TY
·
|
|
Edge id is different between gremlin console and vertex program
7 messages
Hi, I'm using jansugraph with Cassandra + ES combination and doing data ingestion with OLAP mode using the vertex program. Edge id which I'm getting from gremlin console is different from value coming
Hi, I'm using jansugraph with Cassandra + ES combination and doing data ingestion with OLAP mode using the vertex program. Edge id which I'm getting from gremlin console is different from value coming
|
By
Saloni Agarwal
·
|
|
Create a keyspace with additional parameters
5 messages
Good day! 1) I use JanusGraph in conjunction with ScyllaDB. I am planning to use ScyllaDB in a clustered version. For this I need to not just create a keyspace: storage.cql.keyspace=janusgraph And cre
Good day! 1) I use JanusGraph in conjunction with ScyllaDB. I am planning to use ScyllaDB in a clustered version. For this I need to not just create a keyspace: storage.cql.keyspace=janusgraph And cre
|
By
Андрей Лакшман
·
|
|
Serious Issue on traversal with query-batch=true
5 messages
Hi all, I think I found a bug on Janusgraph 0.5.2. I attach here the discussion on stack overflow with Stephen Mallette. Discussion on Stack Overflow Basically, during the upgrade from Janusgraph from
Hi all, I think I found a bug on Janusgraph 0.5.2. I attach here the discussion on stack overflow with Stephen Mallette. Discussion on Stack Overflow Basically, during the upgrade from Janusgraph from
|
By
marchi...@...
·
|
|
Can someone help us to know how to explore janusgraph database functions ?
3 messages
Can someone help us to know how to explore janusgraph database functions used in Gremlin language and also best approach to start using and understanding janusgraph ( to create own graph data having v
Can someone help us to know how to explore janusgraph database functions used in Gremlin language and also best approach to start using and understanding janusgraph ( to create own graph data having v
|
By
DRAY
·
|
|
Javadoc broken?
2 messages
Hi JG team, While trying to answer a question on this list I hit upon the following page in the javadoc: https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/R
Hi JG team, While trying to answer a question on this list I hit upon the following page in the javadoc: https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/R
|
By
HadoopMarc
·
|
|
To fetch size of each vertex
Hi Everyone, I am using janus graph backed by hbase. I need to get the size of properties and edges of each vertex. is there a query for this.
Hi Everyone, I am using janus graph backed by hbase. I need to get the size of properties and edges of each vertex. is there a query for this.
|
By
Priyanka Jindal
·
|
|
Help Understanding JanusGraphException: Could not commit transaction due to exception during persistence
3 messages
Hi all, I was trying to load a quite large graph (DBpedia) and got the following error: ``` org.janusgraph.core.JanusGraphException: Could not commit transaction due to exception during persistence ``
Hi all, I was trying to load a quite large graph (DBpedia) and got the following error: ``` org.janusgraph.core.JanusGraphException: Could not commit transaction due to exception during persistence ``
|
By
Matteo Lissandrini
·
|
|
Adding this property for key [~T$SchemaName] and value [...] violates a uniqueness constraint
9 messages
Hello, I'm having this error thrown at me during loading of a large graph (dbpedia) and I cannot understand what is it complaining about. Can you help me? Thanks, Matteo
Hello, I'm having this error thrown at me during loading of a large graph (dbpedia) and I cannot understand what is it complaining about. Can you help me? Thanks, Matteo
|
By
Matteo Lissandrini
·
|
|
Understand your graph data without a line of Cypher
See and understand your data in Graph UI, a web-based UI that connects to your existing graph database! We support Neo4j, Azure Cosmos, Amazon Neptune, and many more. After you've connected, you can s
See and understand your data in Graph UI, a web-based UI that connects to your existing graph database! We support Neo4j, Azure Cosmos, Amazon Neptune, and many more. After you've connected, you can s
|
By
Olga Chernenok
·
|
|
Getting RowTooBigException while firing janus query backed by hbase
9 messages
Hi In my case janusgraph storage is backed by hbase and i am firing the following query: query = tx.query().has("key1","v1").has("key2","v2").limit(FIXED_VALUE) for(T element : query.properties()){ }
Hi In my case janusgraph storage is backed by hbase and i am firing the following query: query = tx.query().has("key1","v1").has("key2","v2").limit(FIXED_VALUE) for(T element : query.properties()){ }
|
By
Priyanka Jindal
·
|
|
How to load large size data in janusgraph?
5 messages
I have the following script for loading data to janusgraph but it is too slow. It seems that the loading script runs in a single thread. How to make the loading faster/parallel? The sample raw data fi
I have the following script for loading data to janusgraph but it is too slow. It seems that the loading script runs in a single thread. How to make the loading faster/parallel? The sample raw data fi
|
By
Jerry
·
|
|
NoSuchMethodError: io.vavr.concurrent.Future.fromJavaFuture
2 messages
I use such an environment: For confirmed bugs, please report: - Version: JanusGraph 0.5, Spark 2.4.6 - Storage Backend: cassandra:3 - Mixed Index Backend: elasticsearch:6.6.0 - Steps to Reproduce: 1.
I use such an environment: For confirmed bugs, please report: - Version: JanusGraph 0.5, Spark 2.4.6 - Storage Backend: cassandra:3 - Mixed Index Backend: elasticsearch:6.6.0 - Steps to Reproduce: 1.
|
By
Mengjie Li
·
|
|
Configure janusgraph read consistency level
Hi JanusGraph team, I encountered a problem.I use janusgraph configuration file to set the read consistency level, but I find that it does not take effect. A warning is issued in the log, and through
Hi JanusGraph team, I encountered a problem.I use janusgraph configuration file to set the read consistency level, but I find that it does not take effect. A warning is issued in the log, and through
|
By
Leah
·
|