|
Best way to load exported medium-sized graphs
3 messages
Hi all, I'm trying to load a graphml export into janusgraph 0.5.3. not quite big (1.68M nodes, 8.8M edges). However, I reach a point where Tinkerpop layer tells me that the Batch is too large and it c
Hi all, I'm trying to load a graphml export into janusgraph 0.5.3. not quite big (1.68M nodes, 8.8M edges). However, I reach a point where Tinkerpop layer tells me that the Batch is too large and it c
|
By
cbobed
·
|
|
JanusGraph-specific Predicates via Gremlin Language Variants (Python)
2 messages
Hi, I'm trying to use JanusGraph's full-text predicates in the gremlin-python client library. Using GraphSON serializer, I can use a predicate with e.g. "textContains" as the operator and it works sin
Hi, I'm trying to use JanusGraph's full-text predicates in the gremlin-python client library. Using GraphSON serializer, I can use a predicate with e.g. "textContains" as the operator and it works sin
|
By
florian.caesar
·
|
|
ERROR org.apache.spark.scheduler.cluster.StandaloneSchedulerBackend - Application has been killed. Reason: All masters are unresponsive! Giving up.
2 messages
Hi All, gremlin> graph = GraphFactory.open('conf/hadoop-graph/read-cql-standalone-cluster.properties') ==>hadoopgraph[cqlinputformat->nulloutputformat] gremlin> g = graph.traversal().withComputer(Spar
Hi All, gremlin> graph = GraphFactory.open('conf/hadoop-graph/read-cql-standalone-cluster.properties') ==>hadoopgraph[cqlinputformat->nulloutputformat] gremlin> g = graph.traversal().withComputer(Spar
|
By
Vinayak Bali
·
|
|
Count Query Optimisation
2 messages
Hi All, The Data Model of the graph is as follows: Nodes: Label: Node1, count: 130K Label: Node2, count: 183K Label: Node3, count: 437K Label: Node4, count: 156 Relations: Node1 to Node2 Label: Edge1,
Hi All, The Data Model of the graph is as follows: Nodes: Label: Node1, count: 130K Label: Node2, count: 183K Label: Node3, count: 437K Label: Node4, count: 156 Relations: Node1 to Node2 Label: Edge1,
|
By
Vinayak Bali
·
|
|
Traversal binding of dynamically created graphs are not propagated in multi-node cluster
10 messages
Hi We use dynamically created graphs in a multi-node JanusGraph cluster. With a single JunusGraph node it seems to work, but when we are using more than one, synchronization between JanusGraph nodes d
Hi We use dynamically created graphs in a multi-node JanusGraph cluster. With a single JunusGraph node it seems to work, but when we are using more than one, synchronization between JanusGraph nodes d
|
By
Anton Eroshenko
·
|
|
Count Query Optimization
18 messages
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
·
|
|
Poor performance for some simple queries - bigtable/hbase
2 messages
Hi, We are running janusgraph on GCP with bigtable as the backend. I have observed some query behavior that really confuses me. Basically, I am guessing batch fetching from the backend is not happenin
Hi, We are running janusgraph on GCP with bigtable as the backend. I have observed some query behavior that really confuses me. Basically, I am guessing batch fetching from the backend is not happenin
|
By
liqingtaobkd@...
·
|
|
Janusgraph 0.5.3 potential memory leak
16 messages
JG 0.5.3(same on 0.5.2), cannot be reproduced on JG 0.3.2 Backend: scyllaDB Indexing backend: ElasticSearch Steps to reproduce: 1) Create a node with a composite index for the field "X" 2) Create anot
JG 0.5.3(same on 0.5.2), cannot be reproduced on JG 0.3.2 Backend: scyllaDB Indexing backend: ElasticSearch Steps to reproduce: 1) Create a node with a composite index for the field "X" 2) Create anot
|
By
sergeymetallic@...
·
|
|
Duplicate Vertex
4 messages
Hello We are on Janus 0.4.0 and faced one scenario wherein there were duplicate vertices created. These 2 vertices were created in span of 9 milliseconds within single transaction. We are using index
Hello We are on Janus 0.4.0 and faced one scenario wherein there were duplicate vertices created. These 2 vertices were created in span of 9 milliseconds within single transaction. We are using index
|
By
kumkar.dev@...
·
|
|
Query not returning always the same result
2 messages
Hello, I'm having a strange behaviour with janusgraph and I would like to post it here and see if anyone can give me some help. The thing is that I'm doing a tree query for getting my graph data struc
Hello, I'm having a strange behaviour with janusgraph and I would like to post it here and see if anyone can give me some help. The thing is that I'm doing a tree query for getting my graph data struc
|
By
Adrián Abalde Méndez
·
|
|
Multiple vertices generated for the same index value and vertex properties missing with RF3
7 messages
We are facing a weird issue with Replication factor 3 with scylla DB as backend. - we are using index for looking up V in the graph - observation is that for many vertices with the same index value, m
We are facing a weird issue with Replication factor 3 with scylla DB as backend. - we are using index for looking up V in the graph - observation is that for many vertices with the same index value, m
|
By
sauverma
·
|
|
ScriptExecutor Deprecated but Used in gremlin.bat
2 messages
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 http://tinker
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 http://tinker
|
By
fredrick.eisele@...
·
|
|
How to circumvent transaction cache?
13 messages
Our application has transactions editing many vertices representing elements of a branch. This branch is also represented by a vertex that has boolean property isPublished. Before committing such a tr
Our application has transactions editing many vertices representing elements of a branch. This branch is also represented by a vertex that has boolean property isPublished. Before committing such a tr
|
By
timon.schneider@...
·
|
|
Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
17 messages
Hi, getting janusgraph same instance issue even if i set graph.replace-instance-if-exists=true .please respond to below issue.any help appreciated. graph.replace-instance-if-exists=true jnausgraph ver
Hi, getting janusgraph same instance issue even if i set graph.replace-instance-if-exists=true .please respond to below issue.any help appreciated. graph.replace-instance-if-exists=true jnausgraph ver
|
By
Real Life Adventure
·
|
|
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
2 messages
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 t
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 t
|
By
kndoan94@...
·
|
|
Threads are unresponsive for some time after a particular amount of data transfer(119MB)
8 messages
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
·
|
|
JMX authentication for cassandra
8 messages
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
·
|
|
.JanusGraph/Elastic - Too many dynamic script compilations error for LIST type properties
5 messages
Hi, we are using janusgraph ( version 0.3.2) with elastic 6. when updating a node/vertex with property of LIST cardinality which is mixed index frequently getting below exception and data is not store
Hi, we are using janusgraph ( version 0.3.2) with elastic 6. when updating a node/vertex with property of LIST cardinality which is mixed index frequently getting below exception and data is not store
|
By
Naresh Babu Y
·
|
|
Incomplete javadoc
3 messages
As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc: https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html https://javadoc.io/doc/org.j
As of janusgraph 0.5.0 the RelationIdentifier seems to be missing from the javadoc: https://janusgraph.org/apidocs/org/janusgraph/graphdb/relations/RelationIdentifier.html https://javadoc.io/doc/org.j
|
By
hadoopmarc@...
·
|
|
Script16.groovy: 2: unable to resolve class StandardJanusGraph
8 messages
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
·
|