|
Re: Janus Graph support for HBase 2.0.0 and Solr 6.x
We have not done compatibility testing against HBase 2.0.0-alpha-3. Do you have some info on when HBase 2.0 will release?
I'd also note that the stable link on the HBase site still points at the HBase
We have not done compatibility testing against HBase 2.0.0-alpha-3. Do you have some info on when HBase 2.0 will release?
I'd also note that the stable link on the HBase site still points at the HBase
|
By
Jason Plurad <plu...@...>
·
#974
·
|
|
Re: Janus Graph support for HBase 2.0.0 and Solr 6.x
The upcoming JanusGraph 0.2.0 will be compatible with HBase 1.3.z and Solr 6.x / 7.x (see compatible versions in GitHub; it's a bit hard to read because it's not formatted properly, but it's there).
The upcoming JanusGraph 0.2.0 will be compatible with HBase 1.3.z and Solr 6.x / 7.x (see compatible versions in GitHub; it's a bit hard to read because it's not formatted properly, but it's there).
|
By
Misha Brukman <mbru...@...>
·
#976
·
|
|
Janus Graph support for HBase 2.0.0 and Solr 6.x
Hello,
We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z)
Hello,
We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z)
|
By
Sarath Kumar <sarat...@...>
·
#973
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thank you for the hint,
I've updated my code with the implementation of the multi-thread logic.
I didn't test the performance yet.
Thank you for the hint,
I've updated my code with the implementation of the multi-thread logic.
I didn't test the performance yet.
|
By
Michele Polonioli <michele....@...>
·
#972
·
|
|
how to do bulk updating a graph via java api
Hi,
I'm performing a graph update via janugraph java api.
I get around 1000 graph update at once.
So what i do is updating graph in a loop as below.
JanusGraphTransaction tx =
Hi,
I'm performing a graph update via janugraph java api.
I get around 1000 graph update at once.
So what i do is updating graph in a loop as below.
JanusGraphTransaction tx =
|
By
Dilan Ranasinghe <dila...@...>
·
#971
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Great! Thanks for reporting back, that ids.flush=false is the missing variable. I've entered an issue [1] for that so we can fix or at
least document the incompatibility with the
Great! Thanks for reporting back, that ids.flush=false is the missing variable. I've entered an issue [1] for that so we can fix or at
least document the incompatibility with the
|
By
Ted Wilmes <twi...@...>
·
#970
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Thanks Ted. Thanks for your suggestions for adding an index to the bulk loader. That makes sense. Also, thanks for pointing that SPARK JIRA ticket.
I did have to make an additional change to solve
Thanks Ted. Thanks for your suggestions for adding an index to the bulk loader. That makes sense. Also, thanks for pointing that SPARK JIRA ticket.
I did have to make an additional change to solve
|
By
amark...@...
·
#969
·
|
|
[meet-up] - Graph Technology/Janusgraph meet-up - 10/18 @ Santa Clara
Dear Janusgraph dev and user,
I'd like to share the information about the coming meetup about Graph Database.
During the meetup, we will have our own Jason Plurad from IBM to talk about
Dear Janusgraph dev and user,
I'd like to share the information about the coming meetup about Graph Database.
During the meetup, we will have our own Jason Plurad from IBM to talk about
|
By
Demai Ni <nid...@...>
·
#968
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thank you, reducing the batch size did help.
If you want to see some configuration of the cluster please ask, because I don't know where to look for better configuration.
Thank you, reducing the batch size did help.
If you want to see some configuration of the cluster please ask, because I don't know where to look for better configuration.
|
By
Michele Polonioli <michele....@...>
·
#967
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Hi Ashish,
Read through your memory specific problem too quickly, those scary looking errors are actually ok, you can see an explanation here:
https://issues.apache.org/jira/browse/SPARK-14168
For the
Hi Ashish,
Read through your memory specific problem too quickly, those scary looking errors are actually ok, you can see an explanation here:
https://issues.apache.org/jira/browse/SPARK-14168
For the
|
By
Ted Wilmes <twi...@...>
·
#966
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Hey Ted,
Tried setting gremlin.spark.persistStorageLevel=DISK_ONLY, but still getting
Thanks
Ashish
Hey Ted,
Tried setting gremlin.spark.persistStorageLevel=DISK_ONLY, but still getting
Thanks
Ashish
|
By
amark...@...
·
#965
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
You should be able to use Spark in standalone mode, just as it comes with JanusGraph, to load that amount of data. Here is one more thing you can try, I usually run bulk loads with this set in my
You should be able to use Spark in standalone mode, just as it comes with JanusGraph, to load that amount of data. Here is one more thing you can try, I usually run bulk loads with this set in my
|
By
Ted Wilmes <twi...@...>
·
#964
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
I guess my bigger question is
What do I need to setup in the env for getting the bulk loader to work
I have installed a local instance of hadoop on my EC2 instance, and added this
export
I guess my bigger question is
What do I need to setup in the env for getting the bulk loader to work
I have installed a local instance of hadoop on my EC2 instance, and added this
export
|
By
amark...@...
·
#963
·
|
|
CyberAgent benchmarks JanusGraph and OrientDB
TL;DR: JanusGraph using Cassandra and Elasticsearch backends is 12-13x faster on reads, 2-4x on serial writes, slightly faster on parallel writes than
TL;DR: JanusGraph using Cassandra and Elasticsearch backends is 12-13x faster on reads, 2-4x on serial writes, slightly faster on parallel writes than
|
By
Misha Brukman <mbru...@...>
·
#962
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Hi Jason,
Please see my comments below.
I had created the schema before hand, its an empty graph when I start the load the data
I had increase the ids.blocksize to 100K, default is 10K. Janusgraph
Hi Jason,
Please see my comments below.
I had created the schema before hand, its an empty graph when I start the load the data
I had increase the ids.blocksize to 100K, default is 10K. Janusgraph
|
By
amark...@...
·
#961
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
org.apache.tinkerpop.gremlin.process.traversal.util.FastNoSuchElementException usually indicates you're doing an unchecked call to next() in your traversal.
Are you able to share
org.apache.tinkerpop.gremlin.process.traversal.util.FastNoSuchElementException usually indicates you're doing an unchecked call to next() in your traversal.
Are you able to share
|
By
Jason Plurad <plu...@...>
·
#960
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thanks for sharing all that info because makes it much easier to have a constructive conversation.
Your default batch size of 100,000 between commits looks really large. Dropping that down to 5,000,
Thanks for sharing all that info because makes it much easier to have a constructive conversation.
Your default batch size of 100,000 between commits looks really large. Dropping that down to 5,000,
|
By
Jason Plurad <plu...@...>
·
#959
·
|
|
Re: Thrift vs CQL driver for Cassandra
CQL support will be in the 0.2.0 release, which is coming up very soon. Follow this thread for more details.
It is currently available on the master branch if you want to try it now and are able to
CQL support will be in the 0.2.0 release, which is coming up very soon. Follow this thread for more details.
It is currently available on the master branch if you want to try it now and are able to
|
By
Jason Plurad <plu...@...>
·
#958
·
|
|
Managed memory leaks using the BulkLoaderVertexProgram
I keep running into error
Script
start = new
I keep running into error
Script
start = new
|
By
amark...@...
·
#957
·
|
|
Thrift vs CQL driver for Cassandra
Hello,
I'm trying to understand how to use JanusGraph in my current environment. Reading the docs I noticed that JanusGraph requires Thrift to be enabled in order to communicate with Cassandra. Does
Hello,
I'm trying to understand how to use JanusGraph in my current environment. Reading the docs I noticed that JanusGraph requires Thrift to be enabled in order to communicate with Cassandra. Does
|
By
matte...@...
·
#956
·
|