|
My Experience with Janusgraph Bulk Loading Using SparkGraphComputer 2 messages
Hi, I am sharing my experience of Janusgraph Bulk Loading: Data Store: Cassandra Index Store: Elasticsearch Audit Data: Kafka Topic Data loaded: ~300M Nodes & ~371M Edges. Spark Cluster: 33 Executors,
Hi, I am sharing my experience of Janusgraph Bulk Loading: Data Store: Cassandra Index Store: Elasticsearch Audit Data: Kafka Topic Data loaded: ~300M Nodes & ~371M Edges. Spark Cluster: 33 Executors,
|
By
Abhay Pandit
·
|
|
Index not recognized? 5 messages
We have a JanusGraph cluster run in production for quite some time. Currently there are millions of vertices in it. The cluster is configured with force-index=true, meaning all queries must use indexe
We have a JanusGraph cluster run in production for quite some time. Currently there are millions of vertices in it. The cluster is configured with force-index=true, meaning all queries must use indexe
|
By
Nguyen Trung Hieu
·
|
|
Block ID pool allocation 5 messages
Hi I want to set my Janusgraph instance to read-only mode and stop id pool allocation to the instance. For read-only mode, I can use storage.read-only=true. But is there any way to stop the ID pool al
Hi I want to set my Janusgraph instance to read-only mode and stop id pool allocation to the instance. For read-only mode, I can use storage.read-only=true. But is there any way to stop the ID pool al
|
By
rafi ansari
·
|
|
query return incomplete data 5 messages
I use janusgraph server, version is 0.6.0, backend storage is hbase. I have a vertex that links 200000 vertex. But I query count vertex only return 1. g.V().has('node','obj_id','bf41caab-f154-493d-a8d
I use janusgraph server, version is 0.6.0, backend storage is hbase. I have a vertex that links 200000 vertex. But I query count vertex only return 1. g.V().has('node','obj_id','bf41caab-f154-493d-a8d
|
By
Xin pacino
·
|
|
Unexpected optimization when using ORs
I have a traversal like this g.V() .and( __.or( __.has("field1",P.within(["value1"])), __.has("field2",P.eq((int) 0)) ) , .has("field3",P.within(["value3"])) .has("field4",P.eq(true)) .or( __.has("fie
I have a traversal like this g.V() .and( __.or( __.has("field1",P.within(["value1"])), __.has("field2",P.eq((int) 0)) ) , .has("field3",P.within(["value3"])) .has("field4",P.eq(true)) .or( __.has("fie
|
By
Brad Peters
·
|
|
GryoSerializer throws exception for RDD with more than 2000 partitions
Hi All, We are using JaunsGraph with Casandra. Our RDD size is huge (around 400 GB). By default SparkGraphComputer was creating 905 partitions. To increase parallel processing i increased partitions t
Hi All, We are using JaunsGraph with Casandra. Our RDD size is huge (around 400 GB). By default SparkGraphComputer was creating 905 partitions. To increase parallel processing i increased partitions t
|
By
Anjani Singh
·
|
|
question related to janusgraph monitoring
Is there any metrics showing inflight query amount and connection without create session? Context: The system I setup experienced a low throughput and high latency issue, and I want to understand more
Is there any metrics showing inflight query amount and connection without create session? Context: The system I setup experienced a low throughput and high latency issue, and I want to understand more
|
By
Ming Liu
·
|
|
HadoopGraph / SparkGraphComputer - Cannot Connect to Cassandra Storage with SSL 3 messages
JanusGraph Version: 0.5.2 Cassandra Version: 3.11.6 Hello All, I am having trouble running OLAP while using a Cassandra storage layer with SSL. I included some exceptions and debugging below which boi
JanusGraph Version: 0.5.2 Cassandra Version: 3.11.6 Hello All, I am having trouble running OLAP while using a Cassandra storage layer with SSL. I included some exceptions and debugging below which boi
|
By
Zachary Blumenfeld
·
|
|
Issue while retrieving edge 3 messages
Hi, I am facing some weird issue. Till now I discovered only for one vertex. There is a particular vertex having 30K edges. When I try to fetch some number of edges among them, sometime I get edges ex
Hi, I am facing some weird issue. Till now I discovered only for one vertex. There is a particular vertex having 30K edges. When I try to fetch some number of edges among them, sometime I get edges ex
|
By
Amiya
·
|
|
GryoRegistrator class not found exception 2 messages
Hi All, when i am running spark query g.V().count() from gremlin console facing below error. gremlin> :remote connect tinkerpop.server conf/remote.yaml session ==>Configured jce-janusgraph/172.19.0.2:
Hi All, when i am running spark query g.V().count() from gremlin console facing below error. gremlin> :remote connect tinkerpop.server conf/remote.yaml session ==>Configured jce-janusgraph/172.19.0.2:
|
By
Real Life Adventure
·
|
|
Very Slow query with Composite and Mixed Index [Janusgraph + CQL + ES] 4 messages
I have a test case where I have inserted 50K V() with 100 different labels. Setup uses https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml as is when I have a few 100
I have a test case where I have inserted 50K V() with 100 different labels. Setup uses https://github.com/JanusGraph/janusgraph-docker/blob/master/docker-compose-cql-es.yml as is when I have a few 100
|
By
"mr.morpheus2020"
·
|
|
java.lang.NoClassDefFoundError: Could not initialize class org.janusgraph.diskstorage.es.rest.RestElasticSearchClient 3 messages
- Version: 0.5.1 - Storage Backend: Cassandra - Mixed Index Backend: Elasticsearch I'm using apache atlas with Elasticsearch + cassandra and getting the below stacktrace Stack Trace java.lang.IllegalA
- Version: 0.5.1 - Storage Backend: Cassandra - Mixed Index Backend: Elasticsearch I'm using apache atlas with Elasticsearch + cassandra and getting the below stacktrace Stack Trace java.lang.IllegalA
|
By
lir...@...
·
|
|
results never returning when vertices in a range contain large amounts of data
We have graphs with a relatively small number of vertices (10s or 100s of thousands at most). But some of these vertices have one or two properties with a great amount of data in them (often several m
We have graphs with a relatively small number of vertices (10s or 100s of thousands at most). But some of these vertices have one or two properties with a great amount of data in them (often several m
|
By
shapeshifter
·
|
|
Property Key with given name does not exist
Hello Guys, I am using Janusgraph 0.3.1 with scylla 0.3 as backend in embedded mode and facing below issue. Any help would really be helpful. I added a property dpts_100 manually using gremlin shell a
Hello Guys, I am using Janusgraph 0.3.1 with scylla 0.3 as backend in embedded mode and facing below issue. Any help would really be helpful. I added a property dpts_100 manually using gremlin shell a
|
By
Bishnu Agrawal
·
|
|
Indexes staying in INSTALLED 14 messages
Hi everyone, We are using JanusGraph for a big data graph solution on one of our projects using HBase as our storage backend and SOLR as our indexing backend. We are having some trouble with our mixed
Hi everyone, We are using JanusGraph for a big data graph solution on one of our projects using HBase as our storage backend and SOLR as our indexing backend. We are having some trouble with our mixed
|
By
Cody Martin
·
|
|
Janusgraph does not change index status to registered - Java client
Hi , I am using janusgraph java client to use management feature. I am creating indices using the management object. When the transaction is committed, the index status should be registered. But when
Hi , I am using janusgraph java client to use management feature. I am creating indices using the management object. When the transaction is committed, the index status should be registered. But when
|
By
sparshneel chanchlani
·
|
|
IllegalArgumentException: Undefined type used in query: dpts_810
Hello Guys, I am getting an exception IIegalArgumentException: Undefined type used in query while checking the existence of a property in vertex/edge. I am using the below code snippet: val new_ts = 1
Hello Guys, I am getting an exception IIegalArgumentException: Undefined type used in query while checking the existence of a property in vertex/edge. I am using the below code snippet: val new_ts = 1
|
By
Bishnu Agrawal
·
|
|
How to update property index mapping
Hi all! I have Janusgraph with Scylla and Elasticsearch as a backend. I created a schema using management API and one of the properties had a defintion like this janusGraphManagement.addIndexKey(graph
Hi all! I have Janusgraph with Scylla and Elasticsearch as a backend. I created a schema using management API and one of the properties had a defintion like this janusGraphManagement.addIndexKey(graph
|
By
Sergey Volkov
·
|
|
Failed to execute bulk Elasticsearch mutation.
Hi, can someone tell me why this is happening? elasticsearch: 6.x janusgraph: 3.x 2020-05-27 11:21:56,775 ERROR - [pool-2-thread-4 - f868b26e-f7b4-4159-8c6d-4e18e5b685b3:] ~ Failed to execute bulk Ela
Hi, can someone tell me why this is happening? elasticsearch: 6.x janusgraph: 3.x 2020-05-27 11:21:56,775 ERROR - [pool-2-thread-4 - f868b26e-f7b4-4159-8c6d-4e18e5b685b3:] ~ Failed to execute bulk Ela
|
By
gaurav.s...@...
·
|
|
spark operation janusgraph gremlin python 11 messages
Hi, How to achieve graph traversal operations from gremlin python with spark graph computer. I don't find examples for spark operations with gremlin python any help appreciated. Thanks, RLA.
Hi, How to achieve graph traversal operations from gremlin python with spark graph computer. I don't find examples for spark operations with gremlin python any help appreciated. Thanks, RLA.
|
By
Real Life Adventure
·
|