|
Failure on mvn clean install
2 messages
Just unpacked janusgraph-full-0.6.0.zip and got the server started with ./bin/janusgraph-server.sh console. It started up fine. Then I cd to the examples directory and to a mvn clean install. I get th
Just unpacked janusgraph-full-0.6.0.zip and got the server started with ./bin/janusgraph-server.sh console. It started up fine. Then I cd to the examples directory and to a mvn clean install. I get th
|
By
benanavd@...
·
|
|
Parameterized bulk insert (addV) script in gremlin-python
3 messages
Good afternoon, I'm attempting to use gremlin-python to do bulk vertex or edge inserts, and I'd figured I could use params to send in a simple script. A simple proof of concept would be: cmd = 'g.addV
Good afternoon, I'm attempting to use gremlin-python to do bulk vertex or edge inserts, and I'd figured I could use params to send in a simple script. A simple proof of concept would be: cmd = 'g.addV
|
By
Scott Friedman
·
|
|
JG as a 3store, rdf support
3 messages
Hey folks, been playing with JG the last couple weeks and am able to import a few million triples using rdf2g (cassandra/solr backend). I'm processing around 1000 triples/sec currently after turning o
Hey folks, been playing with JG the last couple weeks and am able to import a few million triples using rdf2g (cassandra/solr backend). I'm processing around 1000 triples/sec currently after turning o
|
By
Matthew Nguyen
·
|
|
Using a user-supplied string as vertex ID
3 messages
Greetings, I'd like to specify unique string IDs for newly-added vertices in JanusGraph. I've verified that I can set graph.set-vertex-id to True and then add integer IDs via my (python) client as exp
Greetings, I'd like to specify unique string IDs for newly-added vertices in JanusGraph. I've verified that I can set graph.set-vertex-id to True and then add integer IDs via my (python) client as exp
|
By
Scott Friedman
·
|
|
Python output to mgmt queries
3 messages
Hi! I am trying to parse some basic info from the schema via Python but I am probably doing something wrong. I can request the management info with the Client object in python: from gremlin_python.dri
Hi! I am trying to parse some basic info from the schema via Python but I am probably doing something wrong. I can request the management info with the Client object in python: from gremlin_python.dri
|
By
dimi
·
|
|
Important | Queries for edge label connections
2 messages
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.*addConnection* <https://www.ta
Hi All, I need a solution for these two things, but I tried but was not able to find the solution. 1. I want to list the edgeLabel connection created in janusgraph mgmt.*addConnection* <https://www.ta
|
By
Pawan Shriwas
·
|
|
high-scale-lib dependency
3 messages
There is a java library dependency in Janusgraph "high-scale-lib" which is old and unsupported (last update happened 8 years back, see https://github.com/boundary/high-scale-lib). When Janusgraph is i
There is a java library dependency in Janusgraph "high-scale-lib" which is old and unsupported (last update happened 8 years back, see https://github.com/boundary/high-scale-lib). When Janusgraph is i
|
By
sergeymetallic@...
·
|
|
Bindings for graphs created using ConfiguredGraphFactory not working as expected
3 messages
Hello, I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating t
Hello, I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating t
|
By
anya.sharma@...
·
|
|
JanusGraph and Apache Log4J CVE-2021-44228 (aka "log4shell")
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2 an
A critical security vulnerability was reported in Apache Log4j 2 on December 9, 2021: CVE-2021-44228 [1]. JanusGraph itself is not directly affected by this vulnerability as it still uses log4j 1.2 an
|
By
Florian Hockmann
·
|
|
Drop graph not working
2 messages
Hi all. I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
Hi all. I'm creating dynamic graphs using configuredGraphFactory in bigTable. I'm able to create them but when I try to delete them then it seems that they only get deleted from janusgraph-server and
|
By
51kumarakhil@...
·
|
|
Problem adding edges with the same label
2 messages
Hi All, I have the setup using Cassandra backend (Azure Cosmos DB fully managed). Seems it is not possible to add two edges with the same label. gremlin> g.addV() ==>v[4288] gremlin> g.addV() ==>v[420
Hi All, I have the setup using Cassandra backend (Azure Cosmos DB fully managed). Seems it is not possible to add two edges with the same label. gremlin> g.addV() ==>v[4288] gremlin> g.addV() ==>v[420
|
By
Miroslav Smiljanic
·
|
|
Commit progress listener
3 messages
Hi all, I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
Hi all, I've successfully using in my application an EventStrategy's listener with both the DefaultEventQueue and the TransactionalEventQueue: they gave a way for the listener to be invoked while the
|
By
marcorizzi82@...
·
|
|
NullPointerException comparing PredicateCondition (in equals method)
2 messages
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals: g.V().has(label, eq('User')).has(label, eq(null)) g.V().has(label, without('User')).has(label, wi
Janusgraph (version 0.5.2) can be made to throw a NullPointerException using the following traversals: g.V().has(label, eq('User')).has(label, eq(null)) g.V().has(label, without('User')).has(label, wi
|
By
albert.lockett@...
·
|
|
JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
4 messages
Hi, We just upgraded janus to 0.6.0 and started observing an issue which was working earlier. Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum is los
Hi, We just upgraded janus to 0.6.0 and started observing an issue which was working earlier. Scenario is, we open a connection with read/write CL="ONE" using JanugGraphFactory. But when quorum is los
|
By
Umesh Gade
·
|
|
Cleaning up old data in large graphs
4 messages
Hello, I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A large
Hello, I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A large
|
By
Mladen Marović
·
|
|
Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
4 messages
Hi Everyone, I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record. Please see
Hi Everyone, I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record. Please see
|
By
Pawan Shriwas
·
|
|
jvm.options broken
2 messages
Hello Janusgraphers, seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used. br, Matthias
Hello Janusgraphers, seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used. br, Matthias
|
By
m.leinweber@...
·
|
|
Diagnosing slow write speeds to BigTable
4 messages
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered. I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing eve
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered. I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing eve
|
By
AC
·
|
|
How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
5 messages
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
|
By
toom@...
·
|
|
Cassandra 4
2 messages
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
|
By
Kusnierz.Krzysztof@...
·
|