|
Fastest way to check if a property key is mixed indexed or not
Hi Harshit, The concept "property is indexed or not" is ambiguous because an index can have multiple property keys. If you want to know if there is an index with a specific property key as the only ke
Hi Harshit, The concept "property is indexed or not" is ambiguous because an index can have multiple property keys. If you want to know if there is an index with a specific property key as the only ke
|
By
hadoopmarc@...
· #6344
·
|
|
Concurrent Transactions on JG Edges
Hi Aman, The JanusGraph docs on consistency, cqlLocking do not limit its use to vertices. Can you please show how you translated the example from https://docs.janusgraph.org/advanced-topics/eventual-c
Hi Aman, The JanusGraph docs on consistency, cqlLocking do not limit its use to vertices. Can you please show how you translated the example from https://docs.janusgraph.org/advanced-topics/eventual-c
|
By
hadoopmarc@...
· #6330
·
|
|
Janusgraph not able to find suitable index for a index enabled property key
Hi Harshit, Can you please describe the steps you have taken in more detail: creation of property keys and indices in the schema + commit, creation of a vertex with a property in one committed transac
Hi Harshit, Can you please describe the steps you have taken in more detail: creation of property keys and indices in the schema + commit, creation of a vertex with a property in one committed transac
|
By
hadoopmarc@...
· #6310
·
|
|
Janusgraph embedded multi instance(JVM) data sync issue
Hi Pawan, Your requirement for instant synchronization cannot work with JanusGraph caches enabled, because JanusGraph will get data from the cache if available, instead of getting the latest data from
Hi Pawan, Your requirement for instant synchronization cannot work with JanusGraph caches enabled, because JanusGraph will get data from the cache if available, instead of getting the latest data from
|
By
hadoopmarc@...
· #6308
·
|
|
Slowing of janusgraph
Hmm, these figures seem perfectly reasonable. It seems I was also wrong about the db-cache heap region not being shared between graphs. So you have to gather more information about was is going wrong.
Hmm, these figures seem perfectly reasonable. It seems I was also wrong about the db-cache heap region not being shared between graphs. So you have to gather more information about was is going wrong.
|
By
hadoopmarc@...
· #6302
·
|
|
Can I use spark computer on CQL without hadoop cluster
It is also possible to run spark on kubernetes (in combination with distributed storage like S3 or minio): https://spark.apache.org/docs/latest/running-on-kubernetes.html It will require some time to
It is also possible to run spark on kubernetes (in combination with distributed storage like S3 or minio): https://spark.apache.org/docs/latest/running-on-kubernetes.html It will require some time to
|
By
hadoopmarc@...
· #6301
·
|
|
Slowing of janusgraph
Have you tried to increase JVM memory settings for JanusGraph Server? Also, check the settings for the database cache size, because I tend to remember that each graph has its own cache. Can you provid
Have you tried to increase JVM memory settings for JanusGraph Server? Also, check the settings for the database cache size, because I tend to remember that each graph has its own cache. Can you provid
|
By
hadoopmarc@...
· #6297
·
|
|
Failure on mvn clean install
Thanks for reporting. Somehow, the tests for janusgraph-examples do not pass anymore when run in a stand-alone fashion (these tests are also run in the CI from the main pom.xml in https://github.com/J
Thanks for reporting. Somehow, the tests for janusgraph-examples do not pass anymore when run in a stand-alone fashion (these tests are also run in the CI from the main pom.xml in https://github.com/J
|
By
hadoopmarc@...
· #6295
·
Edited
|
|
Parameterized bulk insert (addV) script in gremlin-python
Hi Scott, You can try to use this thread for inspiration: https://groups.google.com/g/gremlin-users/c/HtBRwaU0pnQ/m/duFs5-imBAAJ 2 1/2 years ago I was impressed by this solution! This really iterates
Hi Scott, You can try to use this thread for inspiration: https://groups.google.com/g/gremlin-users/c/HtBRwaU0pnQ/m/duFs5-imBAAJ 2 1/2 years ago I was impressed by this solution! This really iterates
|
By
hadoopmarc@...
· #6291
·
|
|
JG as a 3store, rdf support
Hi Matthew, Not an answer to your questions, but a few remarks that might help anyway: while a single client has its limits in adding vertices and edges, people use distributed computing frameworks su
Hi Matthew, Not an answer to your questions, but a few remarks that might help anyway: while a single client has its limits in adding vertices and edges, people use distributed computing frameworks su
|
By
hadoopmarc@...
· #6286
·
|
|
Python output to mgmt queries
I am not sure what you are up to and the API changes in remote connections may have confused you. If you want to see the labels of all vertices in the graph (for janusgraph-0.6.x with gremlin_python-3
I am not sure what you are up to and the API changes in remote connections may have confused you. If you want to see the labels of all vertices in the graph (for janusgraph-0.6.x with gremlin_python-3
|
By
hadoopmarc@...
· #6285
·
|
|
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
·
|
|
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 perm
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 perm
|
By
hadoopmarc@...
· #6271
·
|
|
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 ser
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 ser
|
By
hadoopmarc@...
· #6270
·
|
|
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 PredicateCond
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 PredicateCond
|
By
hadoopmarc@...
· #6264
·
|
|
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 s
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 s
|
By
hadoopmarc@...
· #6262
·
|
|
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 tra
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 tra
|
By
hadoopmarc@...
· #6261
·
|
|
Bindings for graphs created using ConfiguredGraphFactory not working as expected
Hi Anya, In v0.6.0 the bin/janusgraph-server.sh start script does not start Cassandra any more. Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph? Also check
Hi Anya, In v0.6.0 the bin/janusgraph-server.sh start script does not start Cassandra any more. Are you sure you did start Cassandra ("cassandra/bin/cassandra") before starting JanusGraph? Also check
|
By
hadoopmarc@...
· #6256
·
|
|
Cleaning up old data in large graphs
Hi Mladen, Indeed, there is still a load of open issues regarding TTL: https://github.com/JanusGraph/janusgraph/issues?q=is%3Aissue+is%3Aopen+ttl Your last remark about empty vertices sounds plausible
Hi Mladen, Indeed, there is still a load of open issues regarding TTL: https://github.com/JanusGraph/janusgraph/issues?q=is%3Aissue+is%3Aopen+ttl Your last remark about empty vertices sounds plausible
|
By
hadoopmarc@...
· #6255
·
|
|
Cleaning up old data in large graphs
Hi Mladen, Just two things that come up while reading your story: the cassandra TTL feature seems promising for your use case, see e.g. https://www.geeksforgeeks.org/time-to-live-ttl-for-a-column-in-c
Hi Mladen, Just two things that come up while reading your story: the cassandra TTL feature seems promising for your use case, see e.g. https://www.geeksforgeeks.org/time-to-live-ttl-for-a-column-in-c
|
By
hadoopmarc@...
· #6253
·
|