|
Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
Hi Nikita, JanusGraph can be run as a server or in embedded mode. gremlin-server.yaml is for configuring JanusGraph Server. With JanusGraphFactory in the Gremlin Console you instantiate embedded Janus
Hi Nikita, JanusGraph can be run as a server or in embedded mode. gremlin-server.yaml is for configuring JanusGraph Server. With JanusGraphFactory in the Gremlin Console you instantiate embedded Janus
|
By
hadoopmarc@...
· #6516
·
|
|
Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
Hi Nikita, Possibly, your previous setup included JanusGraph Server and you had a remote connection from the Gremlin Console to JanusGraph Server. In that case, succesful gremlin requests are committe
Hi Nikita, Possibly, your previous setup included JanusGraph Server and you had a remote connection from the Gremlin Console to JanusGraph Server. In that case, succesful gremlin requests are committe
|
By
hadoopmarc@...
· #6514
·
|
|
Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
Hi Nikita, Sorry for asking the obvious, but are you sure you committed the addV() transaction with a g2.tx().commit() before closing the Gremlin Console? Best wishes, Marc
Hi Nikita, Sorry for asking the obvious, but are you sure you committed the addV() transaction with a g2.tx().commit() before closing the Gremlin Console? Best wishes, Marc
|
By
hadoopmarc@...
· #6512
·
|
|
Bulk Loading with Spark
Hi Joe, What is slow? Can you please check the Expero blog series and compare to their reference numbers (per parallel spark task): https://www.experoinc.com/post/janusgraph-nuts-and-bolts-part-1-writ
Hi Joe, What is slow? Can you please check the Expero blog series and compare to their reference numbers (per parallel spark task): https://www.experoinc.com/post/janusgraph-nuts-and-bolts-part-1-writ
|
By
hadoopmarc@...
· #6509
·
|
|
NoSuchMethodError
Thanks for reporting back! Unfortunately, java still has big problems using multiple versions of the same library, so your current approach is not a guarantee for success for future version updates (a
Thanks for reporting back! Unfortunately, java still has big problems using multiple versions of the same library, so your current approach is not a guarantee for success for future version updates (a
|
By
hadoopmarc@...
· #6506
·
|
|
NoSuchMethodError
Hi Joe, Your issue description is not complete. To start: what version of JanusGraph do you use? what spark master do you use? The easiest way to find the guava version of JanusGraph is to download th
Hi Joe, Your issue description is not complete. To start: what version of JanusGraph do you use? what spark master do you use? The easiest way to find the guava version of JanusGraph is to download th
|
By
hadoopmarc@...
· #6503
·
|
|
Rapid deletion of vertices
Hi Scott, Another approach is to take snapshots of the Cassandra tables and Elasticsearch indices after creating the schema and indices. Note that there are some subtleties when taking snapshots of no
Hi Scott, Another approach is to take snapshots of the Cassandra tables and Elasticsearch indices after creating the schema and indices. Note that there are some subtleties when taking snapshots of no
|
By
hadoopmarc@...
· #6497
·
|
|
StackOverflowError
OK, you can try and increase the java stack size used by Gremlin Server: $ export JAVA_OPTIONS='-Xss4m' $ bin/janusgraph.sh start https://www.baeldung.com/jvm-configure-stack-sizes
OK, you can try and increase the java stack size used by Gremlin Server: $ export JAVA_OPTIONS='-Xss4m' $ bin/janusgraph.sh start https://www.baeldung.com/jvm-configure-stack-sizes
|
By
hadoopmarc@...
· #6488
·
|
|
StackOverflowError
So, after interpolation, your string expressions looks like: g.addV("place").property("location", Geoshape.geoshape(Geoshape.getShapeFactory().polygon().pointXY(42.5636137, 1.4294247).pointXY(...).poi
So, after interpolation, your string expressions looks like: g.addV("place").property("location", Geoshape.geoshape(Geoshape.getShapeFactory().polygon().pointXY(42.5636137, 1.4294247).pointXY(...).poi
|
By
hadoopmarc@...
· #6486
·
|
|
StackOverflowError
Your code does work in the Gremlin console:: gremlin> graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties') ==>standardjanusgraph[inmemory:[127.0.0.1]] gremlin> g = graph.traversal() =
Your code does work in the Gremlin console:: gremlin> graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties') ==>standardjanusgraph[inmemory:[127.0.0.1]] gremlin> g = graph.traversal() =
|
By
hadoopmarc@...
· #6484
·
|
|
Geo Mapping. How to index/query a non-point geo property?
Hi Dmytro, Can you please present an easily reproducible scenario, preferably using the default "bin/janusgraph.sh start", like I showed, with gremlin console output and starting with an empty db/cass
Hi Dmytro, Can you please present an easily reproducible scenario, preferably using the default "bin/janusgraph.sh start", like I showed, with gremlin console output and starting with an empty db/cass
|
By
hadoopmarc@...
· #6477
·
|
|
Geo Mapping. How to index/query a non-point geo property?
Hi Dmitry, Here you go again: g.addV().property('location', Geoshape.line([[52, 0] as double[], [52, 2] as double[]])) g.V().elementMap() 21:09:39 WARN org.janusgraph.graphdb.transaction.StandardJanus
Hi Dmitry, Here you go again: g.addV().property('location', Geoshape.line([[52, 0] as double[], [52, 2] as double[]])) g.V().elementMap() 21:09:39 WARN org.janusgraph.graphdb.transaction.StandardJanus
|
By
hadoopmarc@...
· #6475
·
Edited
|
|
Geo Mapping. How to index/query a non-point geo property?
Hi Dmitry, It is not clear to me whether you have problems to get any geo predicate working or that your specific example is the issue. Can you first confirm that the following works for you (on a cle
Hi Dmitry, It is not clear to me whether you have problems to get any geo predicate working or that your specific example is the issue. Can you first confirm that the following works for you (on a cle
|
By
hadoopmarc@...
· #6473
·
|
|
Integrate CustomVertexProgram to janusgraph
Answer to your other question: What you do is certainly allowed, but has drawbacks compared to building a separate java package: building janusgraph-core takes more time (slower development cycle) giv
Answer to your other question: What you do is certainly allowed, but has drawbacks compared to building a separate java package: building janusgraph-core takes more time (slower development cycle) giv
|
By
hadoopmarc@...
· #6471
·
|
|
Integrate CustomVertexProgram to janusgraph
Hi Nikita, gremlin console does a lot of imports for you, but does not cover the full JanusGraph and TinkerPop APIs. So, sometimes you have to do an import yourself. In this case: gremlin> import org.
Hi Nikita, gremlin console does a lot of imports for you, but does not cover the full JanusGraph and TinkerPop APIs. So, sometimes you have to do an import yourself. In this case: gremlin> import org.
|
By
hadoopmarc@...
· #6470
·
|
|
Integrate CustomVertexProgram to janusgraph
Yes, I forgot that one, VertexPrograms need to be written in java. If you are not familiar with setting up java projects, you can take a look at the examples at: https://github.com/JanusGraph/janusgra
Yes, I forgot that one, VertexPrograms need to be written in java. If you are not familiar with setting up java projects, you can take a look at the examples at: https://github.com/JanusGraph/janusgra
|
By
hadoopmarc@...
· #6468
·
|
|
Integrate CustomVertexProgram to janusgraph
The easiest way is to write your custom VertexProgram for TinkerPop. If it runs in TinkerPop, it will also run in JanusGraph. There are other ways, though, see two examples in: https://github.com/Janu
The easiest way is to write your custom VertexProgram for TinkerPop. If it runs in TinkerPop, it will also run in JanusGraph. There are other ways, though, see two examples in: https://github.com/Janu
|
By
hadoopmarc@...
· #6466
·
|
|
Kerberos authentication of gremlin console with Janusgraph server
Kerberos has a reputation for being complex. I would try to first get the pure TinkerPop example working, using the TInkerPop Gremlin-server and Gremlin Console distributions. Also check the log outpu
Kerberos has a reputation for being complex. I would try to first get the pure TinkerPop example working, using the TInkerPop Gremlin-server and Gremlin Console distributions. Also check the log outpu
|
By
hadoopmarc@...
· #6463
·
|
|
Kerberos authentication of gremlin console with Janusgraph server
You are mixing up two procedures: Gremlin Server Krb5Authenticator is for authenticating gremlin clients towards Gremlin Server. Apparently, you do not want it, so remove it from your configs. Apparen
You are mixing up two procedures: Gremlin Server Krb5Authenticator is for authenticating gremlin clients towards Gremlin Server. Apparently, you do not want it, so remove it from your configs. Apparen
|
By
hadoopmarc@...
· #6461
·
|
|
MongoDB or ElasticSearch as storage backend?
Adding new types of storage or indexing backends to JanusGraph is not straightforward. So, unless you are a seasoned java developer and have some time to spare, you will have to use the available stor
Adding new types of storage or indexing backends to JanusGraph is not straightforward. So, unless you are a seasoned java developer and have some time to spare, you will have to use the available stor
|
By
hadoopmarc@...
· #6459
·
|