|
Python output to mgmt queries
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
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
|
By
dimi
·
#6279
·
Edited
|
|
Re: high-scale-lib dependency
Hm, in Janusgraph version 0.6.0 there is a different library used https://github.com/datastax/java-driver , is there any point to have the dependency on apache cassandra?
Hm, in Janusgraph version 0.6.0 there is a different library used https://github.com/datastax/java-driver , is there any point to have the dependency on apache cassandra?
|
By
sergeymetallic@...
·
#6278
·
|
|
Re: high-scale-lib dependency
Hey! Just wanted to report that we had a similar issue with high-scale-lib.
Replacing high-scale-lib with JCTools sounds like a good option, but I'm not sure it will work for all modules: if I'm not
Hey! Just wanted to report that we had a similar issue with high-scale-lib.
Replacing high-scale-lib with JCTools sounds like a good option, but I'm not sure it will work for all modules: if I'm not
|
By
Clement de Groc
·
#6277
·
|
|
high-scale-lib dependency
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
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
|
By
sergeymetallic@...
·
#6276
·
Edited
|
|
Re: High HBase backend 'configuration' row contention
Hi Tendai,
Just one thing came to my mind: did you apply the JanusGraphFactory inside a singleton object so that all tasks from all cores in a spark executor use the same JanusGraph instance? If not,
Hi Tendai,
Just one thing came to my mind: did you apply the JanusGraphFactory inside a singleton object so that all tasks from all cores in a spark executor use the same JanusGraph instance? If not,
|
By
hadoopmarc@...
·
#6275
·
|
|
Re: High HBase backend 'configuration' row contention
Hi Marc,
Thanks for responding back. The configuration row in question, which is created by Janusgraph when the HBase table is first initialized, is having slow read performance due to the
Hi Marc,
Thanks for responding back. The configuration row in question, which is created by Janusgraph when the HBase table is first initialized, is having slow read performance due to the
|
By
Tendai Munetsi
·
#6274
·
|
|
Re: Bindings for graphs created using ConfiguredGraphFactory not working as expected
Hello Marc,
Thank you for your reply. In response to your suggestions and the questions you posed:
Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph? - Yes,
Hello Marc,
Thank you for your reply. In response to your suggestions and the questions you posed:
Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph? - Yes,
|
By
anya.sharma@...
·
#6273
·
|
|
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
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
|
By
Florian Hockmann
·
#6272
·
|
|
Re: Drop graph not working
Thanks for your report. Can you please provide the following details:
Which version of JanusGraph do you use?
Are you sure you did not set the storage.drop-on-clear property to false?
Do you have
Thanks for your report. Can you please provide the following details:
Which version of JanusGraph do you use?
Are you sure you did not set the storage.drop-on-clear property to false?
Do you have
|
By
hadoopmarc@...
·
#6271
·
|
|
Re: High HBase backend 'configuration' row contention
Hi Tendai,
I do not understand the concept of row contention. Is not this config row just the row that is retrieved most often on the region servers that contain it and are not other rows on these
Hi Tendai,
I do not understand the concept of row contention. Is not this config row just the row that is retrieved most often on the region servers that contain it and are not other rows on these
|
By
hadoopmarc@...
·
#6270
·
|
|
High HBase backend 'configuration' row contention
Hi,
We are running embedded Janusgraph (0.5.3) with an HBase backend (2.1.6) in our Spark jobs. Each Spark executor creates an instance of Janusgraph. At times there can be over 500 executors
Hi,
We are running embedded Janusgraph (0.5.3) with an HBase backend (2.1.6) in our Spark jobs. Each Spark executor creates an instance of Janusgraph. At times there can be over 500 executors
|
By
Tendai Munetsi
·
#6269
·
|
|
Re: Problem adding edges with the same label
The same problem does not exist when using InMemory Storage Backend.
The same problem does not exist when using InMemory Storage Backend.
|
By
Miroslav Smiljanic
·
#6268
·
|
|
Problem adding edges with the same label
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>
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>
|
By
Miroslav Smiljanic
·
#6267
·
|
|
Drop graph not working
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@...
·
#6266
·
|
|
Re: Commit progress listener
Thanks a lot Marc for the answer and the link to the gremlin-users group.
I was wondering if there's something "implementation specific" done in JanusGraph that could help in having such progress
Thanks a lot Marc for the answer and the link to the gremlin-users group.
I was wondering if there's something "implementation specific" done in JanusGraph that could help in having such progress
|
By
marcorizzi82@...
·
#6265
·
|
|
Re: NullPointerException comparing PredicateCondition (in equals method)
Hi Albert,
I tried with the GraphOfTheGods with janusgraph-0.5.3:
So, I guess you did not mean to say that these traversals should fail.
If it has anything to do with the way you use the
Hi Albert,
I tried with the GraphOfTheGods with janusgraph-0.5.3:
So, I guess you did not mean to say that these traversals should fail.
If it has anything to do with the way you use the
|
By
hadoopmarc@...
·
#6264
·
|
|
Re: JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
Hi Marc,
Thanks for reply. Yes, we are also doing thorough testing to check any compatibility issue and thus so far we haven't found any except this one. Strange thing is that the current issue posted
Hi Marc,
Thanks for reply. Yes, we are also doing thorough testing to check any compatibility issue and thus so far we haven't found any except this one. Strange thing is that the current issue posted
|
By
Umesh Gade
·
#6263
·
|
|
Re: JanugGraph-0.6.0: Unable to open connection JanusGraphFactory with CL=ONE when quorum lost
Hi Umesh,
I assume that checking the compatibility matrix at https://docs.janusgraph.org/changelog/ made you post the additional comment about cassandra 4.0.0 :-)
Indeed, support of cassandra 4.0 is
Hi Umesh,
I assume that checking the compatibility matrix at https://docs.janusgraph.org/changelog/ made you post the additional comment about cassandra 4.0.0 :-)
Indeed, support of cassandra 4.0 is
|
By
hadoopmarc@...
·
#6262
·
|
|
Re: Commit progress listener
Hi Marco,
Interesting idea! From what I read about the EventStrategy, this is a feature stemming from TinkerPop and questions about it could best be addressed there.
Note however that gremlin OLTP
Hi Marco,
Interesting idea! From what I read about the EventStrategy, this is a feature stemming from TinkerPop and questions about it could best be addressed there.
Note however that gremlin OLTP
|
By
hadoopmarc@...
·
#6261
·
|
|
Commit progress listener
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@...
·
#6260
·
|