|
Re: New committers: Robert Dale, Paul Kendall, Samant Maharaj
Robert, Paul and Samant — thank you for the great work and welcome!
Robert, Paul and Samant — thank you for the great work and welcome!
|
By
Misha Brukman <mbru...@...>
·
#636
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi All - I rebuilt Janusgraph from git with the CDH 5.10.0 libraries (just modified the poms) and using that library created a new graph with 159,103,508 and 278,901,629 edges. I then
Hi All - I rebuilt Janusgraph from git with the CDH 5.10.0 libraries (just modified the poms) and using that library created a new graph with 159,103,508 and 278,901,629 edges. I then
|
By
Joe Obernberger <joseph.o...@...>
·
#635
·
|
|
Re: New committers: Robert Dale, Paul Kendall, Samant Maharaj
Welcome aboard Robert, Paul, and Samant! Thanks for the excellent contributions.
--Ted
Welcome aboard Robert, Paul, and Samant! Thanks for the excellent contributions.
--Ted
|
By
Ted Wilmes <twi...@...>
·
#632
·
|
|
New committers: Robert Dale, Paul Kendall, Samant Maharaj
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 3 new committers on the project! Here they are in alphabetical order by last name.
Robert Dale: Robert has been a
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 3 new committers on the project! Here they are in alphabetical order by last name.
Robert Dale: Robert has been a
|
By
Jason Plurad <plu...@...>
·
#633
·
|
|
Re: Spark connector
Hi Marc,
I finally understood what you mean. It would be theoretically possible, thanks!
I feel it is difficult for me, since I am not familiar with scala/java, though I will try it.
But,,, It would
Hi Marc,
I finally understood what you mean. It would be theoretically possible, thanks!
I feel it is difficult for me, since I am not familiar with scala/java, though I will try it.
But,,, It would
|
By
Takao Magoori <ma...@...>
·
#631
·
|
|
Re: How can I load the GraphSON(JSON) to JanusGraph and how about update,delete vertices and edges?
hi, guys.Are you figure out how to update and delete vertices and edges?
在 2017年8月8日星期二 UTC+8上午12:01:35,hu junjie写道:
hi, guys.Are you figure out how to update and delete vertices and edges?
在 2017年8月8日星期二 UTC+8上午12:01:35,hu junjie写道:
|
By
stan...@...
·
#630
·
|
|
Re: How can I load the GraphSON(JSON) to JanusGraph and how about update,delete vertices and edges?
Hello Robert!
I read the document with the link you sent.I want to know the issue about update and delete vertices and edges.
Where is the document about the issue?
I want to use these elements with
Hello Robert!
I read the document with the link you sent.I want to know the issue about update and delete vertices and edges.
Where is the document about the issue?
I want to use these elements with
|
By
stan...@...
·
#629
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hey - Joseph,Did your test successed?Can you share your experience for me ? Thx
在 2017年8月15日星期二 UTC+8上午6:17:12,Joseph Obernberger写道:
Hey - Joseph,Did your test successed?Can you share your experience for me ? Thx
在 2017年8月15日星期二 UTC+8上午6:17:12,Joseph Obernberger写道:
|
By
liuzhip...@...
·
#628
·
|
|
Re: What's wrong with this code? It throws NoSuchElementException when I try to add an Edge?
Double check your usage of "propId" for the "b" vertex:
Vertex creation:
g.addV().property(String.format("propId", cols[5]), cols[3])
Traversal:
V().has("propId", cols[3])
Double check your usage of "propId" for the "b" vertex:
Vertex creation:
g.addV().property(String.format("propId", cols[5]), cols[3])
Traversal:
V().has("propId", cols[3])
|
By
Jason Plurad <plu...@...>
·
#627
·
|
|
What's wrong with this code? It throws NoSuchElementException when I try to add an Edge?
package com.sankuai.kg;
import java.io.File;
import java.util.Iterator;
import org.apache.commons.io.FileUtils;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal;
import
package com.sankuai.kg;
import java.io.File;
import java.util.Iterator;
import org.apache.commons.io.FileUtils;
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal;
import
|
By
刑天 <gaoxtw...@...>
·
#626
·
|
|
Re: Performance issues on a laptop.
I've just managed to connect to my standalone Cassandra 3.11 and can work from the gremlin shell with no visible hit on the CPUs, so I'm happy with that. In the past, I think I've missed the notice
I've just managed to connect to my standalone Cassandra 3.11 and can work from the gremlin shell with no visible hit on the CPUs, so I'm happy with that. In the past, I think I've missed the notice
|
By
Ray Scott <raya...@...>
·
#624
·
|
|
Re: Spark connector
Hi Takao,
JanusGraph reads data from distributed backends into hadoop using its HBaseInputFormat and CassandraInputFomat classes (which are descendents of org.apache.hadoop.mapreduce.InputFormat).
Hi Takao,
JanusGraph reads data from distributed backends into hadoop using its HBaseInputFormat and CassandraInputFomat classes (which are descendents of org.apache.hadoop.mapreduce.InputFormat).
|
By
HadoopMarc <bi...@...>
·
#623
·
|
|
Re: Performance issues on a laptop.
Sorry, should have bee more explicit, I've done that on Mac OS X with no problems and no maxed out CPU.
Sorry, should have bee more explicit, I've done that on Mac OS X with no problems and no maxed out CPU.
|
By
Kevin Schmidt <ktsc...@...>
·
#622
·
|
|
Re: Performance issues on a laptop.
I had used Cassandra 2.x and 3.0.9 with Titan with no issues.
I had used Cassandra 2.x and 3.0.9 with Titan with no issues.
|
By
Kevin Schmidt <ktsc...@...>
·
#621
·
|
|
Re: Performance issues on a laptop.
Maybe search to see if there's a known issue with running Cassandra on a MacBook. You could upgrade Cassandra if that's what you need. I believe JanusGraph is known to work with all current
Maybe search to see if there's a known issue with running Cassandra on a MacBook. You could upgrade Cassandra if that's what you need. I believe JanusGraph is known to work with all current
|
By
Robert Dale <rob...@...>
·
#625
·
|
|
Re: Performance issues on a laptop.
As soon as I killed the cassandra process, the CPU usage plummeted. So at least I know who the culprit was. I'll just start Gremlin Server directly (configured to us BDB), instead of using
As soon as I killed the cassandra process, the CPU usage plummeted. So at least I know who the culprit was. I'll just start Gremlin Server directly (configured to us BDB), instead of using
|
By
Ray Scott <raya...@...>
·
#620
·
|
|
Re: Spark connector
Hi Marc,
Thank you!
But I don't understand what you mean, sorry.
I feel SparkGraphComputer is "OLAP by gremlin on top of spark distributed power". But I want "OLAP by spark using janusGraph data".
So,
Hi Marc,
Thank you!
But I don't understand what you mean, sorry.
I feel SparkGraphComputer is "OLAP by gremlin on top of spark distributed power". But I want "OLAP by spark using janusGraph data".
So,
|
By
Takao Magoori <ma...@...>
·
#619
·
|
|
Re: Spark connector
Hi Takao,
Only some directions. If you combine:
http://yaaics.blogspot.nl/ (using CassandraInputFormat in your
Hi Takao,
Only some directions. If you combine:
http://yaaics.blogspot.nl/ (using CassandraInputFormat in your
|
By
HadoopMarc <bi...@...>
·
#617
·
|
|
Re: Performance issues on a laptop.
Actually it looks like it's doing it right now after starting up the server and not even opening a gremlin shell. It's been high for 5 minutes. But I've not really timed it to see how long it
Actually it looks like it's doing it right now after starting up the server and not even opening a gremlin shell. It's been high for 5 minutes. But I've not really timed it to see how long it
|
By
Ray Scott <raya...@...>
·
#616
·
|
|
Re: Performance issues on a laptop.
For how long does the cpu remain high after you get the `gremlin>` prompt?
Robert Dale
For how long does the cpu remain high after you get the `gremlin>` prompt?
Robert Dale
|
By
Robert Dale <rob...@...>
·
#618
·
|