|
Logging vertex program
Hi team,
I am trying to add logs in a vertex program, but cant d=find them on spark executors or janusgraph server logs.
How to get vertex program logs?
Thanks and Regards,
Nikita
Hi team,
I am trying to add logs in a vertex program, but cant d=find them on spark executors or janusgraph server logs.
How to get vertex program logs?
Thanks and Regards,
Nikita
|
By
Nikita Pande
·
#6520
·
|
|
Re: Janusgraph cluster set-up
Hi Senthilkumar,
Sounds like the "getting started deployment scenario", see https://docs.janusgraph.org/operations/deployment/#getting-started-scenario
JanusGraph servers only need to have the exact
Hi Senthilkumar,
Sounds like the "getting started deployment scenario", see https://docs.janusgraph.org/operations/deployment/#getting-started-scenario
JanusGraph servers only need to have the exact
|
By
hadoopmarc@...
·
#6519
·
Edited
|
|
Janusgraph cluster set-up
Please let me know How to create janusgraph multi node clustering set-up? I using cassandra/scylladb for data storage.
--
Senthilkumar
Please let me know How to create janusgraph multi node clustering set-up? I using cassandra/scylladb for data storage.
--
Senthilkumar
|
By
senthilkmrr@...
·
#6518
·
|
|
New committer: Clement de Groc
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer to the project!
Clement de Groc has been a solid contributor. He already contributed many
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer to the project!
Clement de Groc has been a solid contributor. He already contributed many
|
By
Boxuan Li
·
#6517
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6516
·
|
|
Re: Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
Hi @hadoopmarc,
Is there a difference between configuring janusgraph server conf ie gremlin-server.yaml
graphs: { graph: /etc/opt/janusgraph/janusgraph.properties
vs configuring it from console
Hi @hadoopmarc,
Is there a difference between configuring janusgraph server conf ie gremlin-server.yaml
graphs: { graph: /etc/opt/janusgraph/janusgraph.properties
vs configuring it from console
|
By
Nikita Pande
·
#6515
·
Edited
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6514
·
|
|
Re: Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
Hi @hadoopmarc, thanks for reply.
Did this change after upgrade from v0.6.0 to v0.6.1? I couldnt find diff...It was working with v0.6.0 without tx().commit()
Now I am running following
Hi @hadoopmarc, thanks for reply.
Did this change after upgrade from v0.6.0 to v0.6.1? I couldnt find diff...It was working with v0.6.0 without tx().commit()
Now I am running following
|
By
Nikita Pande
·
#6513
·
Edited
|
|
Re: 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
·
|
|
Hbase read after write not working with janusgraph-0.6.1 but was working with janusgraph-0.6.1
So basically g.addV() is adding vertices in hbase server. But retrieval after restart of gremlin is not happening.
Step1. In gremlin console, g2.addV() and g2.V().count() returns 124
Step2: Restart
So basically g.addV() is adding vertices in hbase server. But retrieval after restart of gremlin is not happening.
Step1. In gremlin console, g2.addV() and g2.V().count() returns 124
Step2: Restart
|
By
Nikita Pande
·
#6511
·
|
|
Re: Bulk Loading with Spark
Thank you Marc - something isn't right with my code - debugging. Right now the graph is 4,339,690 vertices and 15,707,179 edges, but that took days to build, and is probably 5% of the
Thank you Marc - something isn't right with my code - debugging. Right now the graph is 4,339,690 vertices and 15,707,179 edges, but that took days to build, and is probably 5% of the
|
By
Joe Obernberger
·
#6510
·
|
|
Re: 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
Hi Joe,
What is slow? Can you please check the Expero blog series and compare to their reference numbers (per parallel spark
|
By
hadoopmarc@...
·
#6509
·
|
|
Re: Bulk Loading with Spark
Should have added - I'm connecting with:
JanusGraph graph = JanusGraphFactory.build()
.set("storage.backend", "cql")
Should have added - I'm connecting with:
JanusGraph graph = JanusGraphFactory.build()
.set("storage.backend", "cql")
|
By
Joe Obernberger
·
#6508
·
|
|
Bulk Loading with Spark
Hi All - I'm trying to use spark to do a bulk load, but it's very slow.
The cassandra cluster I'm connecting to is a bare-metal, 15 node cluster.
I'm using java code to do the loading
Hi All - I'm trying to use spark to do a bulk load, but it's very slow.
The cassandra cluster I'm connecting to is a bare-metal, 15 node cluster.
I'm using java code to do the loading
|
By
Joe Obernberger
·
#6507
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6506
·
|
|
Re: NoSuchMethodError
Oh - my apologies. I'm using 0.6, and Cassandra 4.04.
What I eventually did was get the source from github and compile with Cassandra 4. I'm using spark 3.2.1.
-Joe
On
Oh - my apologies. I'm using 0.6, and Cassandra 4.04.
What I eventually did was get the source from github and compile with Cassandra 4. I'm using spark 3.2.1.
-Joe
On
|
By
Joe Obernberger
·
#6505
·
|
|
Re: NoSuchMethodError
The answer to my problem was telling spark-submit to use the user classes first with:
--conf spark.executor.userClassPathFirst = true
--conf spark.driver.userClassPathFirst = true
-Joe
--
This
The answer to my problem was telling spark-submit to use the user classes first with:
--conf spark.executor.userClassPathFirst = true
--conf spark.driver.userClassPathFirst = true
-Joe
--
This
|
By
Joe Obernberger
·
#6504
·
|
|
Re: 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
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
|
By
hadoopmarc@...
·
#6503
·
|
|
NoSuchMethodError
Hi All - I'm trying to write a spark job to load data from Cassandra in to a graph, but I'm getting this:
Exception in thread "main" java.lang.NoSuchMethodError: 'void
Hi All - I'm trying to write a spark job to load data from Cassandra in to a graph, but I'm getting this:
Exception in thread "main" java.lang.NoSuchMethodError: 'void
|
By
Joe Obernberger
·
#6502
·
|
|
Re: [DISCUSS] Moving from Gitter to Discord
I agree. Moving to discord will be much better.
I agree. Moving to discord will be much better.
|
By
nidhi.vinaykiya27@...
·
#6501
·
|