|
How to filter out step 3 vertex list based on step 1 vertex
6 messages
Hi, Assuming following schema VertexA--edgeAB-->VertexB VertexA--edgeAC-->VertexC VertexC--edgeCB-->VertexB Traversal step 1: start with VertexB, step 2: traverse edgeAB to find connected VertexA, ste
Hi, Assuming following schema VertexA--edgeAB-->VertexB VertexA--edgeAC-->VertexC VertexC--edgeCB-->VertexB Traversal step 1: start with VertexB, step 2: traverse edgeAB to find connected VertexA, ste
|
By
Ronnie
·
|
|
Multiple or-steps are conflated when using the textRegex() predicate
3 messages
Hello! I came upon some unexpected behavior when running queries with multiple or() steps and string searches on mixed indexes and would like some clarification if this is intended or not. I have a gr
Hello! I came upon some unexpected behavior when running queries with multiple or() steps and string searches on mixed indexes and would like some clarification if this is intended or not. I have a gr
|
By
Mladen Marović
·
|
|
Indexing on sub-attribute of custom data type
4 messages
Hi, Few questions related to custom data types (https://docs.janusgraph.org/basics/common-questions/#custom-class-datatype) 1. Is it possible to index on a sub-attribute of a custom data type? If not,
Hi, Few questions related to custom data types (https://docs.janusgraph.org/basics/common-questions/#custom-class-datatype) 1. Is it possible to index on a sub-attribute of a custom data type? If not,
|
By
Ronnie
·
|
|
Could not call index
4 messages
Hi! Running JanusGraph 0.5.3 against BigTable, and ES is used as the Index backend. For a particular traversal I'm seeing the error message below. No clue what this means and where to look for a solut
Hi! Running JanusGraph 0.5.3 against BigTable, and ES is used as the Index backend. For a particular traversal I'm seeing the error message below. No clue what this means and where to look for a solut
|
By
schwartz@...
·
|
|
How to replay a transaction log from the begining
9 messages
Hi All, I have created a transaction log in hbase as backend using following code. JanusGraphTransaction tx = graph.buildTransaction().logIdentifier("addedPerson").start(); JanusGraphVertex u = tx.add
Hi All, I have created a transaction log in hbase as backend using following code. JanusGraphTransaction tx = graph.buildTransaction().logIdentifier("addedPerson").start(); JanusGraphVertex u = tx.add
|
By
Sandeep Mishra
·
|
|
Union with Count returning unexpected results
2 messages
Hi All, The objective is to count the number of nodes and edges. Query: g2.inject(1).union(V().has('title', 'A').aggregate('v1').union(outE().has('title', 'E1').aggregate('e').inV().has('title', 'B'),
Hi All, The objective is to count the number of nodes and edges. Query: g2.inject(1).union(V().has('title', 'A').aggregate('v1').union(outE().has('title', 'E1').aggregate('e').inV().has('title', 'B'),
|
By
Vinayak Bali
·
|
|
Dynamic control of graph configuration
3 messages
Which, if any, of the graph configuration properties are dynamic? In particular, I would like to toggle `storage.batch-loading`.
Which, if any, of the graph configuration properties are dynamic? In particular, I would like to toggle `storage.batch-loading`.
|
By
fredrick.eisele@...
·
|
|
Avoiding duplicate vertex creation using unique indices
2 messages
Hi All, To avoid a situation of duplicate vertex creation due to parallel transactions, we are using index uniqueness over property which defines uniqueness of vertex. As per doc, we need to specify l
Hi All, To avoid a situation of duplicate vertex creation due to parallel transactions, we are using index uniqueness over property which defines uniqueness of vertex. As per doc, we need to specify l
|
By
Umesh Gade
·
|
|
Failed to connect to a Cassandra cluster's all nodes without default port
13 messages
Hello everyone, when I try to connect to a Cassandra cluster which's port is not default, just like this StandardJanusGraph graph = (StandardJanusGraph) JanusGraphFactory.build().set("storage.backend"
Hello everyone, when I try to connect to a Cassandra cluster which's port is not default, just like this StandardJanusGraph graph = (StandardJanusGraph) JanusGraphFactory.build().set("storage.backend"
|
By
zhouyu74748585@...
·
|
|
EOL version components
7 messages
Hello We are using Janus 0.5.3 and there are some components which are either old or else EOL version being used. Old version used: hppc-0.7.1.jar jcabi-log-0.14.jar noggit-0.6.jar EOL version used: c
Hello We are using Janus 0.5.3 and there are some components which are either old or else EOL version being used. Old version used: hppc-0.7.1.jar jcabi-log-0.14.jar noggit-0.6.jar EOL version used: c
|
By
kumkar.dev@...
·
|
|
Custom analyzer with traversal queries
3 messages
Hello everyone, As it's my first post, I'd first thank you all for your work ! It has been pretty neat to discover all of the work ! We've started to investigate the use of custom analyzers in our sch
Hello everyone, As it's my first post, I'd first thank you all for your work ! It has been pretty neat to discover all of the work ! We've started to investigate the use of custom analyzers in our sch
|
By
florent@...
·
|
|
Issues while iterating over self-loop edges in Apache Spark
3 messages
Hello, while debugging some Apache Spark jobs that process data from a Janusgraph graph. i noticed some issues with self-loop edges (edges that connect a vertex to itself). The data is read using: jav
Hello, while debugging some Apache Spark jobs that process data from a Janusgraph graph. i noticed some issues with self-loop edges (edges that connect a vertex to itself). The data is read using: jav
|
By
Mladen Marović
·
|
|
Transaction Recovery and Bulk Loading
2 messages
Hi all, We've been integrating our pipelines with Janusgraph for sometime now, it's been working great, thanks to the developers! We use the transaction recovery job and enabled batch-loading for perf
Hi all, We've been integrating our pipelines with Janusgraph for sometime now, it's been working great, thanks to the developers! We use the transaction recovery job and enabled batch-loading for perf
|
By
madams@...
·
|
|
Janus Graph Performance with Cassandra vs BigTable
2 messages
Hi Community/Team, I see that Janus graph can be integrated with multiple storage backends like Cassandra and BigTable. I am trying to evaluating which storage backend is more performant for Janus Gra
Hi Community/Team, I see that Janus graph can be integrated with multiple storage backends like Cassandra and BigTable. I am trying to evaluating which storage backend is more performant for Janus Gra
|
By
Vishal Gupta
·
|
|
a problem about elasticsearch
11 messages
janusgraph : 0.2.0 elasticsearch: 6.1.1 can you tell me why this happen? 06:21:01,169 ERROR ElasticSearchIndex:604 - Failed to execute bulk Elasticsearch mutation java.lang.RuntimeException: error whi
janusgraph : 0.2.0 elasticsearch: 6.1.1 can you tell me why this happen? 06:21:01,169 ERROR ElasticSearchIndex:604 - Failed to execute bulk Elasticsearch mutation java.lang.RuntimeException: error whi
|
By
jcbms
·
|
|
Difference Between JanusGraph Server and Embedded JanusGraph in Java
2 messages
I've seen a lot of discussion about the benefits and such of both implementations but I was wondering if there was a big difference in terms of resource usage? I'm building an API service that will be
I've seen a lot of discussion about the benefits and such of both implementations but I was wondering if there was a big difference in terms of resource usage? I'm building an API service that will be
|
By
Zach B.
·
|
|
Getting org.janusgraph.graphdb.database.idassigner.IDPoolExhaustedException consistently
2 messages
Hi I am getting the below exception while ingesting data to an existing graph Job aborted due to stage failure: Task 349 in stage 2.0 failed 10 times, most recent failure: Lost task 349.9 in stage 2.0
Hi I am getting the below exception while ingesting data to an existing graph Job aborted due to stage failure: Task 349 in stage 2.0 failed 10 times, most recent failure: Lost task 349.9 in stage 2.0
|
By
sauverma
·
|
|
Backend data model deserialization
5 messages
Hello, Is there any supported way (e.g. a class/API) for deserializing raw data model rows, i.e. to get from raw Bigtable bytes to Vertex/edge list objects (in Java)? https://docs.janusgraph.org/advan
Hello, Is there any supported way (e.g. a class/API) for deserializing raw data model rows, i.e. to get from raw Bigtable bytes to Vertex/edge list objects (in Java)? https://docs.janusgraph.org/advan
|
By
Elliot Block
·
|
|
ID block allocation exception while creating edge
12 messages
Hi All, I am creating vertex and edges in bulk and getting below error while creating edge. Below is the exception log: Cluster edge creation failed between guest node 20369408030929128 and identifier
Hi All, I am creating vertex and edges in bulk and getting below error while creating edge. Below is the exception log: Cluster edge creation failed between guest node 20369408030929128 and identifier
|
By
anjanisingh22@...
·
|
|
Making janus graph client to not use QUORUM
3 messages
Hi All, I am trying to create nodes in graph and while reading created node id i am getting below exception: org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in storage backend
Hi All, I am trying to create nodes in graph and while reading created node id i am getting below exception: org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in storage backend
|
By
anjanisingh22@...
·
|