|
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
·
|
|
Connect janusgraph 0.5.2 to spark standalone 2.4.0
Hi! Can anybody help me connect janusgraph 0.5.2 to standalone spark 2.4.0 version? I am trying load data to hbase(2.1.0-cdh6.3.2) witih this command: graph = GraphFactory.open('conf/hadoop-graph/hado
Hi! Can anybody help me connect janusgraph 0.5.2 to standalone spark 2.4.0 version? I am trying load data to hbase(2.1.0-cdh6.3.2) witih this command: graph = GraphFactory.open('conf/hadoop-graph/hado
|
By
Petr Stentor
·
|
|
Are JanusGraph instances talking to each other when vertex ids are generated?
7 messages
Hello, Does anybody know how ids are generated in a distributed environment? I am trying to figure out how JanusGraph generates identifiers for new vertices. As I understand each vertex has a 64 bit i
Hello, Does anybody know how ids are generated in a distributed environment? I am trying to figure out how JanusGraph generates identifiers for new vertices. As I understand each vertex has a 64 bit i
|
By
Alexandr Porunov
·
|
|
gremlin.net: how can I connect an anonymous traveral to a regular traversal in gremlin.net?
3 messages
Sorry if something like this has been answered elsewhere (hard to know what to search on). I have a pretty simple traversal (albeit with a slightly messy projection step) that looks something like thi
Sorry if something like this has been answered elsewhere (hard to know what to search on). I have a pretty simple traversal (albeit with a slightly messy projection step) that looks something like thi
|
By
shapeshifter
·
|
|
spark operations with dymic graphs
4 messages
Hi, How to do spark traversal on dynamically created graphs created with configuredgraphfactory . I dont find any documentation on that. i found only with GrapgFactory graph = GraphFactory.open('conf/
Hi, How to do spark traversal on dynamically created graphs created with configuredgraphfactory . I dont find any documentation on that. i found only with GrapgFactory graph = GraphFactory.open('conf/
|
By
Real Life Adventure
·
|
|
Problem of uniqueness of key
2 messages
I'm trying to find a solution of "primary key" for vertex and I found a discussion in 2017 https://groups.google.com/forum/#!topic/janusgraph-users/MWu2uHzawK8 Then I tried on my janusgraph 0.5.2 but
I'm trying to find a solution of "primary key" for vertex and I found a discussion in 2017 https://groups.google.com/forum/#!topic/janusgraph-users/MWu2uHzawK8 Then I tried on my janusgraph 0.5.2 but
|
By
n0b0...@...
·
|
|
Janus graph transaction cache Vertex
3 messages
Greetings... I was working on my application with Janus graph. Now I have found a that any vertex which is fetched once in a transaction does not fetches the vertex again from the graph. Now consider
Greetings... I was working on my application with Janus graph. Now I have found a that any vertex which is fetched once in a transaction does not fetches the vertex again from the graph. Now consider
|
By
shrikant pachauri
·
|
|
Unable to connect hbase from Gremlin console of Janus-graph.Temporary failure in storage backend
6 messages
I am first starting hbase on my local,in psuedo-distributed mode. janusgraph-hbase.properties have below settings: gremlin.graph=org.janusgraph.core.JanusGraphFactory storage.backend=hbase storage.hos
I am first starting hbase on my local,in psuedo-distributed mode. janusgraph-hbase.properties have below settings: gremlin.graph=org.janusgraph.core.JanusGraphFactory storage.backend=hbase storage.hos
|
By
sij...@...
·
|
|
How to scan all the nodes using spark (with the hbase backend)
12 messages
I'm trying to understand how to use Spark and newHadoopAPI using the JG HbaseInputFormat as a starting point for possibly scanning and/or applying a function to all the nodes of a graph by using graph
I'm trying to understand how to use Spark and newHadoopAPI using the JG HbaseInputFormat as a starting point for possibly scanning and/or applying a function to all the nodes of a graph by using graph
|
By
dvdg...@...
·
|