|
[Bug?] Updating and then removing the property in the same transaction leaves the property with an older value
5 messages
Is it a known bug? Any workaround? Added a vertex gremlin> v=graph.addVertex(); ==>v[204804096] gremlin> v.property("name", "name1"); ==>vp[name->name1] gremlin> v.property("p1", "v"); ==>vp[p1->v] gr
Is it a known bug? Any workaround? Added a vertex gremlin> v=graph.addVertex(); ==>v[204804096] gremlin> v.property("name", "name1"); ==>vp[name->name1] gremlin> v.property("p1", "v"); ==>vp[p1->v] gr
|
By
Bharat Dighe
·
|
|
Transactional operation in janus-graph through gremlin queries
9 messages
Hi All, We are using Janus 0.5.2 with Cassandra and Elastic-search. Currently for adding or updating a node we are using gremlin queries in java. We have a use case where we need to update multiple-no
Hi All, We are using Janus 0.5.2 with Cassandra and Elastic-search. Currently for adding or updating a node we are using gremlin queries in java. We have a use case where we need to update multiple-no
|
By
"anj...@gmail.com"
·
|
|
20/11/03 04:32:32 WARN consistentkey.ConsistentKeyLocker: Lock write succeeded but took too long: duration PT0.107S exceeded limit PT0.1S
Hi i am using Janus with hbase as storage backend. I am getting floowing exception while committing trasaction: 20/11/03 04:32:30 WARN consistentkey.ConsistentKeyLocker: Lock write succeeded but took
Hi i am using Janus with hbase as storage backend. I am getting floowing exception while committing trasaction: 20/11/03 04:32:30 WARN consistentkey.ConsistentKeyLocker: Lock write succeeded but took
|
By
"priy...@gmail.com"
·
|
|
Serializing a JanusGraph subgraph in Gremlin-Java
5 messages
I am connecting to a remote JanusGraph 0.20 instance from Java. My client is using Tinkerpop 3.2.6. I can do all the standard stuff, return vertices, edges, etc. When I try to build a 2 generation sub
I am connecting to a remote JanusGraph 0.20 instance from Java. My client is using Tinkerpop 3.2.6. I can do all the standard stuff, return vertices, edges, etc. When I try to build a 2 generation sub
|
By
John Ripley
·
|
|
JanusGraph Security Vulnerability -- Using Log4j 2.8.2 with JanusGraph
Hello JanusGraph Development Team JanusGraph is using Apache log4j. 1.2.x which seems to have security vulnerabilities with deserialization of untrusted data. This will hinder the adoption of JanusGra
Hello JanusGraph Development Team JanusGraph is using Apache log4j. 1.2.x which seems to have security vulnerabilities with deserialization of untrusted data. This will hinder the adoption of JanusGra
|
By
Graphs
·
|
|
Import graph from ConfiguredGraphFactory to hbase
2 messages
Hello everyone, we want to test some OLAP queries for our requests,and, as far,as I understand, to do that, graph needs to be exported to Hadoop. * janusgraph-0.5.1, hadoop-2.10.1 Currently we access
Hello everyone, we want to test some OLAP queries for our requests,and, as far,as I understand, to do that, graph needs to be exported to Hadoop. * janusgraph-0.5.1, hadoop-2.10.1 Currently we access
|
By
Morgan Cole
·
|
|
java.lang.IllegalArgumentException: Could not instantiate implementation: org.janusgraph.diskstorage.es.ElasticSearchIndex
6 messages
I been trying to integrated apache atlas with janusgraph but it been giving below error. I am able to make it working on solr backend also the time and when I tried to switch to ELK backend I get the
I been trying to integrated apache atlas with janusgraph but it been giving below error. I am able to make it working on solr backend also the time and when I tried to switch to ELK backend I get the
|
By
Kalaiyarasi Thandavarayan
·
|
|
EdgeId and RelationId using VertexWritable
8 messages
Hi Everyone, I am using the VertexWritable class of Janusgraph to fetch the data via Spark as below: ------------------------------------------------------------------------- val rdd0: RDD[(NullWritab
Hi Everyone, I am using the VertexWritable class of Janusgraph to fetch the data via Spark as below: ------------------------------------------------------------------------- val rdd0: RDD[(NullWritab
|
By
"ra...@gmail.com"
·
|
|
ScriptEvaluation Timeout error
2 messages
Hi all, I am running janusgraph as a container with cassandra as external backend. We are doing some performance test. We are getting some qps drop and latency in response if ran at >700qps. However w
Hi all, I am running janusgraph as a container with cassandra as external backend. We are doing some performance test. We are getting some qps drop and latency in response if ran at >700qps. However w
|
By
Shubham Mahajan
·
|
|
Deleting Composite doesn't remove the index
4 messages
Hi, I'm fairly new to JanusGraph and stuck in a small problem. I'm working with Graph of the Gods graph and it has the "name" index by default which is a composite index. I need to define a mixed inde
Hi, I'm fairly new to JanusGraph and stuck in a small problem. I'm working with Graph of the Gods graph and it has the "name" index by default which is a composite index. I need to define a mixed inde
|
By
Shubham Yadav
·
|
|
Memory leak in janus graph
3 messages
Hi, i'm running a java app which runs a janusgraph server and connects to a cassandra db as it's backend storage.we started seeing java heap issue and GC causing OOM exception. we analyzed the dumps a
Hi, i'm running a java app which runs a janusgraph server and connects to a cassandra db as it's backend storage.we started seeing java heap issue and GC causing OOM exception. we analyzed the dumps a
|
By
Sowmia J
·
|
|
Modify Column.keys in projection query
4 messages
Hello Everyone, I am having a simple projection query which ends with project('time','capacity).by(keys).by(values) Query itself works fine, but I need to make a substring of each key. Is there a way
Hello Everyone, I am having a simple projection query which ends with project('time','capacity).by(keys).by(values) Query itself works fine, but I need to make a substring of each key. Is there a way
|
By
Александр Петраки
·
|
|
Docker support for ConfiguredGraphFactory
2 messages
I spent a while today looking through the janusgraph-docker repository on GitHub, and it didn't look like there is a good way to configure a ConfiguredGraphFactory without injecting a custom configura
I spent a while today looking through the janusgraph-docker repository on GitHub, and it didn't look like there is a good way to configure a ConfiguredGraphFactory without injecting a custom configura
|
By
Mike Thomsen
·
|
|
How to modify Janusgraph(Gremlin) server API response, array of strings
Recently, I've upgraded Janusgraph to version 0.5.2, it supports the Serializer versions GryoMessageSerializerV3d0, ..V2, ..V1 (Backwards compatibility). In the version3 response for the datatypes str
Recently, I've upgraded Janusgraph to version 0.5.2, it supports the Serializer versions GryoMessageSerializerV3d0, ..V2, ..V1 (Backwards compatibility). In the version3 response for the datatypes str
|
By
Srikanth Rachakonda
·
|
|
NullPointerException when sending multiple queries at the same time
Hi I'm new on graph databases and back-end programming in general. I have a query to create a vertex, If I send the query multiple times simultaneously to get multi-threading performance I get NullPoi
Hi I'm new on graph databases and back-end programming in general. I have a query to create a vertex, If I send the query multiple times simultaneously to get multi-threading performance I get NullPoi
|
By
Fernando Medina
·
|
|
Added Elassandra Support (Jelass)
4 messages
Hi All, I added Elassandra support to JanusGraph. You can download it here: https://github.com/sfproductlabs/jelass or test it here: https://hub.docker.com/repository/docker/sfproductlabs/jelass For t
Hi All, I added Elassandra support to JanusGraph. You can download it here: https://github.com/sfproductlabs/jelass or test it here: https://hub.docker.com/repository/docker/sfproductlabs/jelass For t
|
By
Andrew Grosser
·
|
|
Janusgraph(GremlinServer) Import improve performance
3 messages
I'm trying to import graph data of 1GB (consists of ~100k vertices, 3.6 million edges) which is gryo format. I tried to import through gremlin-client, I'm getting the following error: gremlin> graph.i
I'm trying to import graph data of 1GB (consists of ~100k vertices, 3.6 million edges) which is gryo format. I tried to import through gremlin-client, I'm getting the following error: gremlin> graph.i
|
By
Srikanth Rachakonda
·
|
|
Chained or-clauses return incorrect result set
4 messages
If I execute a gremlin query for two or-clauses, containing two conditions each, the resulting query JanusGraph executes a single or-clause with four conditions. This is problematic as the result set
If I execute a gremlin query for two or-clauses, containing two conditions each, the resulting query JanusGraph executes a single or-clause with four conditions. This is problematic as the result set
|
By
Ben Sheppard
·
|
|
How to check current version of JanusGraph through command
4 messages
Hi folks i am working with JanusGraph with storage backend as cassandra, i have upgraded the janus version, how i am able to check the JanusGraph version whether it is updated or not? Thanks Krishna S
Hi folks i am working with JanusGraph with storage backend as cassandra, i have upgraded the janus version, how i am able to check the JanusGraph version whether it is updated or not? Thanks Krishna S
|
By
"kri...@gmail.com"
·
|
|
How can I pass a variable to "within" method?
3 messages
I'm running a groovy script that reads a csv file into a variable. Then I'm trying to pass the variable into a "within" method but I get no result. While I'm passing the list as hardcoded value I get
I'm running a groovy script that reads a csv file into a variable. Then I'm trying to pass the variable into a "within" method but I get no result. While I'm passing the list as hardcoded value I get
|
By
"d...@gmail.com"
·
|