|
How can we bulk load the edges while we have the vertexes in our JanusGraph DB?
Assume, we have the vertexes in DB. and we have the edge information in GraphSON/XML/TXT? how can we import the edges into JanusGraph?
Assume, we have the vertexes in DB. and we have the edge information in GraphSON/XML/TXT? how can we import the edges into JanusGraph?
|
By
hu junjie <hjj...@...>
·
#542
·
|
|
Re: Index on a vertex label from Java
Not the answer I was hoping for, but thanks!
Not the answer I was hoping for, but thanks!
|
By
Peter Schwarz <kkup...@...>
·
#541
·
|
|
Vertex ID data type
Currently JanusGraph vertex ID is of type 64bits long, is it possible to also support UUID as the vertex ID?
Currently JanusGraph vertex ID is of type 64bits long, is it possible to also support UUID as the vertex ID?
|
By
cda...@...
·
#536
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Could you let us know a little more about your configuration? What is your storage backend for JanusGraph (HBase/Cassandra)? I actually do not see an error in your log, but at the very
Could you let us know a little more about your configuration? What is your storage backend for JanusGraph (HBase/Cassandra)? I actually do not see an error in your log, but at the very
|
By
Joe Obernberger <joseph.o...@...>
·
#540
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi Marc,
Request your help, I am runnign Janusgraph with maprdb as backend, I have successfuly been able to create GodofGraphs example on M7 as backend
But when I am trying to execute the following
Hi Marc,
Request your help, I am runnign Janusgraph with maprdb as backend, I have successfuly been able to create GodofGraphs example on M7 as backend
But when I am trying to execute the following
|
By
Gariee <garim...@...>
·
#535
·
|
|
Issue when trying to use Spark Graph Computer
Hi,
I am trying to execute the following where cluster is mapr and spark on yarn
graph=GraphFactory.open('conf/hadoop-graph/hadoop-load.properties')
g =
Hi,
I am trying to execute the following where cluster is mapr and spark on yarn
graph=GraphFactory.open('conf/hadoop-graph/hadoop-load.properties')
g =
|
By
Gariee <garim...@...>
·
#534
·
|
|
Re: Creating a gremlin pipeline from an arraylist
You probably should benchmark it, but I'd think that the injection would be faster since you already have the edges resolved. I think using the graph step g.E(a) would ultimately re-lookup the edges
You probably should benchmark it, but I'd think that the injection would be faster since you already have the edges resolved. I think using the graph step g.E(a) would ultimately re-lookup the edges
|
By
Jason Plurad <plu...@...>
·
#533
·
|
|
Re: A few questions about JanusGraph.
Sounds like the documentation could use some improvements to help make this more clear. I've opened up an issue to track it.
1) What is the relation between Gremlin server (bin/gremlin-server.bat) and
Sounds like the documentation could use some improvements to help make this more clear. I've opened up an issue to track it.
1) What is the relation between Gremlin server (bin/gremlin-server.bat) and
|
By
Jason Plurad <plu...@...>
·
#530
·
|
|
Re: Do We Need Specialized Graph Databases? Benchmarking Real-Time Social Networking Applications
Looking forward to reading about your colleagues findings, Jason. Not using indices would certainly at least partially explain the poor performance given the types of queries they were making.
Looking forward to reading about your colleagues findings, Jason. Not using indices would certainly at least partially explain the poor performance given the types of queries they were making.
|
By
Raymond Canzanese <r...@...>
·
#526
·
|
|
Creating a gremlin pipeline from an arraylist
I have an arraylist a of edges that I want to make gremlin queries over. In the old days, I would do:
a._()
And have a pipeline I could work with. Now it seems I can
I have an arraylist a of edges that I want to make gremlin queries over. In the old days, I would do:
a._()
And have a pipeline I could work with. Now it seems I can
|
By
Raymond Canzanese <r...@...>
·
#525
·
|
|
A few questions about JanusGraph.
Hi,
I have read the JanusGraph documentation and the GraphOfTheGodsFactory.java file, and I also have a small sample running, However, I am still not clear about the following doubts related to
Hi,
I have read the JanusGraph documentation and the GraphOfTheGodsFactory.java file, and I also have a small sample running, However, I am still not clear about the following doubts related to
|
By
Manoj Waikar <mmwa...@...>
·
#524
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi Marc - thank you very much for your reply. I like your idea about moving regions manually and will try that. As to OLAP vs OLTP (I assume Spark vs none), yes I have those times.
Hi Marc - thank you very much for your reply. I like your idea about moving regions manually and will try that. As to OLAP vs OLTP (I assume Spark vs none), yes I have those times.
|
By
Joe Obernberger <joseph.o...@...>
·
#532
·
|
|
Re: Index on a vertex label from Java
You can't create an index on a vertex label right now. See https://github.com/JanusGraph/janusgraph/issues/283
You can create an index on a property. For example, you could define a property called
You can't create an index on a vertex label right now. See https://github.com/JanusGraph/janusgraph/issues/283
You can create an index on a property. For example, you could define a property called
|
By
Jason Plurad <plu...@...>
·
#523
·
|
|
Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
You might consider using a format other than JSON which can easily read incrementally, such as CSV or a more compact binary encoding such as:
Apache Avro
https://github.com/eclesh/recordio
or you may
You might consider using a format other than JSON which can easily read incrementally, such as CSV or a more compact binary encoding such as:
Apache Avro
https://github.com/eclesh/recordio
or you may
|
By
Misha Brukman <mbru...@...>
·
#531
·
|
|
Re: Cache expiration time
According to the docs, it is a GLOBAL_OFFLINE configuration setting: "These options can only be changed for the entire database cluster at once when all instances are shut down." You'll need to set
According to the docs, it is a GLOBAL_OFFLINE configuration setting: "These options can only be changed for the entire database cluster at once when all instances are shut down." You'll need to set
|
By
Jason Plurad <plu...@...>
·
#522
·
|
|
Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
Thanks Robert, I am going to check the file size and its contents when I reach home and also will try to load the file through the shell and post the update here.
--
Thanks &
Thanks Robert, I am going to check the file size and its contents when I reach home and also will try to load the file through the shell and post the update here.
--
Thanks &
|
By
Amyth Arora <aroras....@...>
·
#539
·
|
|
Re: Jetty ALPN/NPN has not been properly configured.
Hi Misha,
Yes, I did, I am sorry. I have found the solution to this. Am going to post it and close the issue on github once I reach home. Sorry about the duplicate issue.
--
Thanks &
Hi Misha,
Yes, I did, I am sorry. I have found the solution to this. Am going to post it and close the issue on github once I reach home. Sorry about the duplicate issue.
--
Thanks &
|
By
Amyth Arora <aroras....@...>
·
#538
·
|
|
Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
Well, whatever, but your stacktrace points to: String fileContents = new File(jsonPath).getText('UTF-8')
Thus, your file does not fit in memory - either available system memory or within jvm max
Well, whatever, but your stacktrace points to: String fileContents = new File(jsonPath).getText('UTF-8')
Thus, your file does not fit in memory - either available system memory or within jvm max
|
By
Robert Dale <rob...@...>
·
#529
·
|
|
Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
Hi Robert,
The file is about 325 mb in size and contains info about a million vertices and a million edges. Also I forgot to mention that prior to testing on bigtable I tried the same script and file
Hi Robert,
The file is about 325 mb in size and contains info about a million vertices and a million edges. Also I forgot to mention that prior to testing on bigtable I tried the same script and file
|
By
Amyth Arora <aroras....@...>
·
#537
·
|
|
Re: Jetty ALPN/NPN has not been properly configured.
Looks like you've also filed a GitHub issue on this: https://github.com/JanusGraph/janusgraph/issues/450 — please use either the mailing list or GitHub to report issues, but not both, as duplication
Looks like you've also filed a GitHub issue on this: https://github.com/JanusGraph/janusgraph/issues/450 — please use either the mailing list or GitHub to report issues, but not both, as duplication
|
By
Misha Brukman <mbru...@...>
·
#528
·
|