|
Problem with index never becoming ENABLED.
4 messages
About the index that never becomes ENABLED and can't reindex the existent data, is because an example in documentation (http://docs.janusgraph.org/latest/indexes.html) that create a index, wait for in
About the index that never becomes ENABLED and can't reindex the existent data, is because an example in documentation (http://docs.janusgraph.org/latest/indexes.html) that create a index, wait for in
|
By
Augusto Will
·
|
|
Transaction Management
2 messages
Hello. I have been having memory leaks while using Janusgraph and found that there were a few places that I was not explicitly closing transactions and thought that might be the culprit. I am now clos
Hello. I have been having memory leaks while using Janusgraph and found that there were a few places that I was not explicitly closing transactions and thought that might be the culprit. I am now clos
|
By
ryssavage@...
·
|
|
JanusGraph and future versions of ES
5 messages
Hi all, Since ES seems to have changed their licensing, what does this entail about the future usage of ES as a JanusGraph index backend? https://aws.amazon.com/blogs/opensource/stepping-up-for-a-trul
Hi all, Since ES seems to have changed their licensing, what does this entail about the future usage of ES as a JanusGraph index backend? https://aws.amazon.com/blogs/opensource/stepping-up-for-a-trul
|
By
Assaf Schwartz
·
|
|
Janusgraph traversal time
2 messages
Hi All, I have a multi-level graph with total 800 vertices. When I run g.V(<id of parent>).repeat(out()).emit() for first time, it takes 300ms. In profile(), I could see RepeatStep takes most of the t
Hi All, I have a multi-level graph with total 800 vertices. When I run g.V(<id of parent>).repeat(out()).emit() for first time, it takes 300ms. In profile(), I could see RepeatStep takes most of the t
|
By
faizez@...
·
|
|
Janusgraph query execution performance
2 messages
Hi, I have used https://github.com/IBM/expressive-reasoning-graph-store project to import the turtle file having around 4 Lakhs of concepts ad this project is using Janusgraph 0.4.0. Now after importi
Hi, I have used https://github.com/IBM/expressive-reasoning-graph-store project to import the turtle file having around 4 Lakhs of concepts ad this project is using Janusgraph 0.4.0. Now after importi
|
By
lalwani.ritu2609@...
·
|
|
OLAP Spark
2 messages
Hi All, I am working on OLAP using Spark and Hadoop. I have a couple of questions. 1. How to execute a filter step on the driver and create an RDD of internal ids? 2. Distributing the collected Ids to
Hi All, I am working on OLAP using Spark and Hadoop. I have a couple of questions. 1. How to execute a filter step on the driver and create an RDD of internal ids? 2. Distributing the collected Ids to
|
By
Vinayak Bali
·
|
|
Database Level Caching
2 messages
Hi Boxuan, Issue seems to occurs when edge properties are retrieved: cache has expected size with g.V().outE().id() an not when I do g.V().outE().valueMap(); I am able to reproduce with following groo
Hi Boxuan, Issue seems to occurs when edge properties are retrieved: cache has expected size with g.V().outE().id() an not when I do g.V().outE().valueMap(); I am able to reproduce with following groo
|
By
nicolas.trangosi@...
·
|
|
Hadoop and Spark not working with Janusgraph
2 messages
---------- Forwarded message --------- From: Vinayak Bali <vinayakbali16@...> Date: Wed, 13 Jan 2021, 7:42 pm Subject: Hadoop and Spark not working with Janusgraph To: <janusgraph-users@...> Hi,Instal
---------- Forwarded message --------- From: Vinayak Bali <vinayakbali16@...> Date: Wed, 13 Jan 2021, 7:42 pm Subject: Hadoop and Spark not working with Janusgraph To: <janusgraph-users@...> Hi,Instal
|
By
Vinayak Bali
·
|
|
[ANNOUNCEMENT] JanusGraph joins LF AI & Data umbrella
On behalf of the JanusGraph Technical Steering Committee, we are excited to join LF AI & Data Foundation! We are now moving mailing lists to a new home under LF AI & Data. Mailing lists hosted on Goog
On behalf of the JanusGraph Technical Steering Committee, we are excited to join LF AI & Data Foundation! We are now moving mailing lists to a new home under LF AI & Data. Mailing lists hosted on Goog
|
By
"alex...@gmail.com"
·
|
|
Could not alias [g] to [g] as [g]
20 messages
Hi, I have JanusGraph with Scylla and Elasticsearch in a docker. I'm connecting to JanusGraph on backend using gremlin. I see this error only on my server and not on my local machine. What does it mea
Hi, I have JanusGraph with Scylla and Elasticsearch in a docker. I'm connecting to JanusGraph on backend using gremlin. I see this error only on my server and not on my local machine. What does it mea
|
By
Yamiteru XYZ
·
|
|
docker base tests for scylladb stopped working
6 messages
Recently the docker base tests for scylladb stopped working the last confirmed one that was working (in our CI) was c97e84ef401d5a17c4c0b37c1af5fdad06db06fd how can I figure out what is the issue ther
Recently the docker base tests for scylladb stopped working the last confirmed one that was working (in our CI) was c97e84ef401d5a17c4c0b37c1af5fdad06db06fd how can I figure out what is the issue ther
|
By
Israel Fruchter
·
|
|
Database Level Caching
4 messages
Hi, I try to use Database Level Caching as described in https://docs.janusgraph.org/basics/cache/ but it seems to use more memory than the configured threshold ( cache.db-cache-size ). Does anyone use
Hi, I try to use Database Level Caching as described in https://docs.janusgraph.org/basics/cache/ but it seems to use more memory than the configured threshold ( cache.db-cache-size ). Does anyone use
|
By
Nicolas Trangosi
·
|
|
Locking parent vertex while child is being updated.
4 messages
Hi all, I have a question about locking data through Janusgraph. Here’s the problem: * We have a vertex with the label “type” with several properties * Types have one edge “hasVersion” to a vertex wit
Hi all, I have a question about locking data through Janusgraph. Here’s the problem: * We have a vertex with the label “type” with several properties * Types have one edge “hasVersion” to a vertex wit
|
By
Timon Schneider
·
|
|
How to see the ns (name space) values of janus graph
4 messages
I have rfd data which is in turtle or xml format. Now the data is having the vertex property name in the form of URL so when I upload that data to Janus graph it converts those URL values to ns1,ns2 a
I have rfd data which is in turtle or xml format. Now the data is having the vertex property name in the form of URL so when I upload that data to Janus graph it converts those URL values to ns1,ns2 a
|
By
Arpan Jain
·
|
|
Serialization of properties of properties
GraphSON is a serialization format from TinkerPop to serialize graph objects. It doesn't serialize properties as simple key-value pairs. To try out how vertex properties with meta properties are seria
GraphSON is a serialization format from TinkerPop to serialize graph objects. It doesn't serialize properties as simple key-value pairs. To try out how vertex properties with meta properties are seria
|
By
Florian Hockmann
·
|
|
Serialization of properties of properties
The docs describes that properties can have properties too. https://docs.janusgraph.org/advanced-topics/advschema/#multi-properties For example: alice -age-> 23 -source-> foo -address-> "something" -s
The docs describes that properties can have properties too. https://docs.janusgraph.org/advanced-topics/advschema/#multi-properties For example: alice -age-> 23 -source-> foo -address-> "something" -s
|
By
Laura Morales
·
|
|
[ANNOUNCE] JanusGraph 0.5.3 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.5.3. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.5.3. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
"alex...@gmail.com"
·
|
|
Failed to find all paths between 2 vertices upon the graph having 100 million vertices and 100 million edges using SparkGraphComputer
3 messages
The graph has 100 million vertices and 100 edges Graph data is saved at HBase Table: MyHBaseTable. The size of MyHBaseTable is 16.2GB: root@~$ hdfs dfs -du -h /apps/hbase/data/data/default/ 16.2 G 32.
The graph has 100 million vertices and 100 edges Graph data is saved at HBase Table: MyHBaseTable. The size of MyHBaseTable is 16.2GB: root@~$ hdfs dfs -du -h /apps/hbase/data/data/default/ 16.2 G 32.
|
By
Roy Yu
·
|
|
Slow convert to Java object
2 messages
Hi! I am trying write select-query and my perfomance is very slow when I call method toList(). How I can improve this perfomace ? My example: long start; long end; try (GraphTraversalSource g = graph.
Hi! I am trying write select-query and my perfomance is very slow when I call method toList(). How I can improve this perfomace ? My example: long start; long end; try (GraphTraversalSource g = graph.
|
By
Maxim Milovanov
·
|
|
How to interact with Janusgraph using NodeJs
3 messages
Hi, I am new to Janusgraph and want to try how I can interact with it using Node Js. Do I need to configure my gremlin server to allow remote connections? I am not sure how exactly that is to be done.
Hi, I am new to Janusgraph and want to try how I can interact with it using Node Js. Do I need to configure my gremlin server to allow remote connections? I am not sure how exactly that is to be done.
|
By
mo...@...
·
|