|
Strange behaviors for Janusgraph 0.5.3 on AWS EMR
9 messages
Hello everyone, is there anyone with experience of running OLAP on an AWS EMR cluster? I am currently trying to do so, but strange things are happening. The first one is that the application is not ru
Hello everyone, is there anyone with experience of running OLAP on an AWS EMR cluster? I am currently trying to do so, but strange things are happening. The first one is that the application is not ru
|
By
asivieri@...
·
|
|
P.neq() predicate uses wrong ES mapping
7 messages
Janusgraph setup: Storage backend: Scylla 3 Indexing backend: Elasticsearch 6 JG version: 0.5.3 Steps to reproduce: 1) Create a vertex with two fields mapped in ES index as TEXTSTRING("x" and "y") 2)
Janusgraph setup: Storage backend: Scylla 3 Indexing backend: Elasticsearch 6 JG version: 0.5.3 Steps to reproduce: 1) Create a vertex with two fields mapped in ES index as TEXTSTRING("x" and "y") 2)
|
By
sergeymetallic@...
·
|
|
Union Query Optimization
6 messages
Hi All, I need to select multiple nodes and edges and display the content in v1 - e - v2 format. The query generated is as follows: g.V().union(has('title', 'V1').as('v1').outE().hasLabel('E1').as('e'
Hi All, I need to select multiple nodes and edges and display the content in v1 - e - v2 format. The query generated is as follows: g.V().union(has('title', 'V1').as('v1').outE().hasLabel('E1').as('e'
|
By
Vinayak Bali
·
|
|
CLA & DCO Signing
3 messages
I have a pull request which contains commits which have not been properly signed. I have tried to squash the commits and have made things worse. Here is a link to the pull request. https://github.com/
I have a pull request which contains commits which have not been properly signed. I have tried to squash the commits and have made things worse. Here is a link to the pull request. https://github.com/
|
By
fredrick.eisele@...
·
|
|
Janusgraph - OLAP using Dataproc
9 messages
Hi, We are using Janusgraph (0.5.2) with Scylladb as backend. So far we are only using OLTP capabilities but would now like to also do some more advanced batch processing to create shortcut edges, for
Hi, We are using Janusgraph (0.5.2) with Scylladb as backend. So far we are only using OLTP capabilities but would now like to also do some more advanced batch processing to create shortcut edges, for
|
By
bobo...@...
·
|
|
FoundationDB adapter working status
2 messages
Hi. Back in January I opened an issue on the FDB adapter github page to bring attention to issues I had following the README.md. Despite framing the question as issues following the documentation, I w
Hi. Back in January I opened an issue on the FDB adapter github page to bring attention to issues I had following the README.md. Despite framing the question as issues following the documentation, I w
|
By
cedtwo
·
|
|
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
·
|