|
Need info regarding transaction recovery completion
3 messages
Hi Team, I am using *JanusGraphFactory.* *startTransactionRecovery* to recover secondary failure entries. We need to perform some other action once recovery is completed, I couldn't find any API to kn
Hi Team, I am using *JanusGraphFactory.* *startTransactionRecovery* to recover secondary failure entries. We need to perform some other action once recovery is completed, I couldn't find any API to kn
|
By
Radhika Kundam
·
|
|
Janusgraph 0.6.0
4 messages
Hi, I'm testing the new pre-release of Janusgraph (from https://github.com/JanusGraph/janusgraph/releases/download/v0.6.0/janusgraph-0.6.0.zip) with the Berkeley/Lucene database created from JG 0.5.3
Hi, I'm testing the new pre-release of Janusgraph (from https://github.com/JanusGraph/janusgraph/releases/download/v0.6.0/janusgraph-0.6.0.zip) with the Berkeley/Lucene database created from JG 0.5.3
|
By
toom@...
·
|
|
What are the implications of using Object.class property type?
6 messages
What are the practical implications of using Object.class as a property type, instead of the other native types (eg. String.class, Integer.class, etc.)? IIUC Object.class means that a property can tak
What are the practical implications of using Object.class as a property type, instead of the other native types (eg. String.class, Integer.class, etc.)? IIUC Object.class means that a property can tak
|
By
Laura Morales
·
|
|
Fw: Re: [janusgraph-users] What are the implications of using Object.class property type?
ERRATA > The composite index does not work when searching by comparison, ie. .has('name', lt(50)) (I get the usual warning "Query requires iterating over all vertices" and it returns zero vertexes) I
ERRATA > The composite index does not work when searching by comparison, ie. .has('name', lt(50)) (I get the usual warning "Query requires iterating over all vertices" and it returns zero vertexes) I
|
By
Laura Morales
·
|
|
JanusGraph-GRPC
2 messages
Hello! I've seen some references for JanusGraph-GRPC as something that might replace the ManagementSystem, but can't quite find any more documentation. Can anyone shed some light? Many thanks!
Hello! I've seen some references for JanusGraph-GRPC as something that might replace the ManagementSystem, but can't quite find any more documentation. Can anyone shed some light? Many thanks!
|
By
schwartz@...
·
|
|
Data Loading Script Optimization
7 messages
Hi All, I have attached a groovy script that I use to load data into janusgraph. The script takes 4 mins to load 1.5 million nodes and 13 mins to load approx 3 million edges. The server on which the s
Hi All, I have attached a groovy script that I use to load data into janusgraph. The script takes 4 mins to load 1.5 million nodes and 13 mins to load approx 3 million edges. The server on which the s
|
By
Vinayak Bali
·
|
|
config skip-schema-check=true is not honored for HBase
4 messages
org.apache.hadoop.hbase.security.AccessDeniedException: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions (user=<user>, scope=<namespace>:<table>, params=[table=<namespa
org.apache.hadoop.hbase.security.AccessDeniedException: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions (user=<user>, scope=<namespace>:<table>, params=[table=<namespa
|
By
jigar patel
·
|
|
Property keys unique per label
4 messages
The documentation says "Property key names must be unique in the graph". Does it mean that it's not possible to have property keys that are unique *per label*? In other words, can I have two distinct
The documentation says "Property key names must be unique in the graph". Does it mean that it's not possible to have property keys that are unique *per label*? In other words, can I have two distinct
|
By
Laura Morales
·
|
|
How to create users and roles
2 messages
Dear, I have not found into the documentation on the process to create and manage user and roles in order to contro datal access. At this page https://docs.janusgraph.org/basics/server/ we can see the
Dear, I have not found into the documentation on the process to create and manage user and roles in order to contro datal access. At this page https://docs.janusgraph.org/basics/server/ we can see the
|
By
jonathan.mercier.fr@...
·
|
|
janusgraph and deeplearning
4 messages
Dear, I am looking to use both janusgraph with a deeplearning frameworks such as pytorch. Does anyone have some experience/example on this subject ? Actually I use parquet -> dataframe -> pytorch Than
Dear, I am looking to use both janusgraph with a deeplearning frameworks such as pytorch. Does anyone have some experience/example on this subject ? Actually I use parquet -> dataframe -> pytorch Than
|
By
jonathan.mercier.fr@...
·
|
|
How to split graph in multiple graphml files and load them separately
5 messages
Assuming that my colleagues and I are working on different "parts" of the same graph, everyone of us creates one GraphML file and then we'd like to load our files into the graph (we're using .readGrap
Assuming that my colleagues and I are working on different "parts" of the same graph, everyone of us creates one GraphML file and then we'd like to load our files into the graph (we're using .readGrap
|
By
Laura Morales
·
|
|
[ANNOUNCEMENT] JanusGraph enabled donations on LFX Crowdfunding
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
|
By
Oleksandr Porunov
·
|
|
Fw: How to split graph in multiple graphml files and load them separately
ERRATA > 1. if I load one file, then the other, Janus will not create the edges that have "origin" in one file and "target" on another because I guess it does not find the target vertex on the same fi
ERRATA > 1. if I load one file, then the other, Janus will not create the edges that have "origin" in one file and "target" on another because I guess it does not find the target vertex on the same fi
|
By
Laura Morales
·
|
|
Tinkerpop 3.4.1 with Hadoop3
2 messages
Hi All, I am trying to run SparkGraphComputer using tinkerpop 3.4.1 on Spark2.3 having Hadoop3 but getting issues, not able to connect with Spark. As per http://tinkerpop.apache.org/docs/3.4.1/upgrade
Hi All, I am trying to run SparkGraphComputer using tinkerpop 3.4.1 on Spark2.3 having Hadoop3 but getting issues, not able to connect with Spark. As per http://tinkerpop.apache.org/docs/3.4.1/upgrade
|
By
anjanisingh22@...
·
|
|
Query requires iterating over all vertices
12 messages
I was able to create a "Composite Index", but I cannot seem to be able to create a "Mixed Index" with berkeleyjs and lucene. What I've done: - I've modified the ".properties" file index.search.backend
I was able to create a "Composite Index", but I cannot seem to be able to create a "Mixed Index" with berkeleyjs and lucene. What I've done: - I've modified the ".properties" file index.search.backend
|
By
Laura Morales
·
|
|
New TSC member: Boxuan Li
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Boxuan Li has provided major contributions and has demo
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Boxuan Li has provided major contributions and has demo
|
By
Oleksandr Porunov
·
|
|
Could not execute operation due to backend exception
3 messages
What am I doing wrong? I cannot get Janus to start. $ java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~deb9u1-b09) OpenJDK 64-Bit Server VM (build 25.
What am I doing wrong? I cannot get Janus to start. $ java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~deb9u1-b09) OpenJDK 64-Bit Server VM (build 25.
|
By
Laura Morales
·
|
|
Bulk loading
3 messages
I've read the "Bulk Loading" chapter of the documentation several times but I still don't understand how to create a graph. Everything that I can find online is some Java or Groovy code. Given: 1. a g
I've read the "Bulk Loading" chapter of the documentation several times but I still don't understand how to create a graph. Everything that I can find online is some Java or Groovy code. Given: 1. a g
|
By
Laura Morales
·
|
|
JanusGraph combined with Belief Propagation
2 messages
I'm moving from AWS Neptune architecture to JanusGraph in CentOS. Anyone has tried implementing Belief Propagation with JanusGraph?
I'm moving from AWS Neptune architecture to JanusGraph in CentOS. Anyone has tried implementing Belief Propagation with JanusGraph?
|
By
ganeshanvinothkumar@...
·
|
|
Janus multiple subgraphs
3 messages
My understanding is that a Janus server can host multiple graphs, but they are isolated and cannot be queried together. I'd like to know if/how it's possible to split one single graph into multiple su
My understanding is that a Janus server can host multiple graphs, but they are isolated and cannot be queried together. I'd like to know if/how it's possible to split one single graph into multiple su
|
By
Laura Morales
·
|