|
Re: How can we bulk load the edges while we have the vertexes in our JanusGraph DB?
兄弟?加我qq 175501069我们群里也在讨论janusgraph,都在最近第一次用的
在 2017年8月9日星期三 UTC+8下午2:26:33,hu junjie写道:
兄弟?加我qq 175501069我们群里也在讨论janusgraph,都在最近第一次用的
在 2017年8月9日星期三 UTC+8下午2:26:33,hu junjie写道:
|
By
stan...@...
·
#655
·
|
|
Re: JanusGraph seems to force embedded ElasticSearch
This commonly happens if you're connecting to a graph instance that was previously created. The initial configuration is stored within the graph itself.
For BerkeleyJE, try pointing storage.directory
This commonly happens if you're connecting to a graph instance that was previously created. The initial configuration is stored within the graph itself.
For BerkeleyJE, try pointing storage.directory
|
By
Jason Plurad <plu...@...>
·
#654
·
|
|
JanusGraph seems to force embedded ElasticSearch
This is my
By
mikert...@...
·
#653
·
|
|
Re: hey guys ,how to query a person relational depth
ok thanks ,another question , how to skip a super vertex ,this vertex has lots of edge ,for example .the phone is 911 or this phone is custom service, so a lots of people has relation with this
ok thanks ,another question , how to skip a super vertex ,this vertex has lots of edge ,for example .the phone is 911 or this phone is custom service, so a lots of people has relation with this
|
By
李平 <lipin...@...>
·
#652
·
|
|
Re: hey guys ,how to query a person relational depth
Any of the following 2 queries should do the trick:
Pretty much depends on how you define "relation depth".
Cheers,
Daniel
Any of the following 2 queries should do the trick:
Pretty much depends on how you define "relation depth".
Cheers,
Daniel
|
By
Daniel Kuppitz <me@...>
·
#651
·
|
|
Versioning the structure of a graph.
I've seen examples of designing a graph separating structure from state so that its easy to version the state of an entity (vertex) as it's modified through the months and years. However, I've been
I've seen examples of designing a graph separating structure from state so that its easy to version the state of an entity (vertex) as it's modified through the months and years. However, I've been
|
By
Ray Scott <raya...@...>
·
#650
·
|
|
Re: Can BulkLoaderVertexProgram also add mixed indexes
Thanks Marc, your blog post is helpful.
I started the set-up from scratch but I did replace/added distribution specific jars for hadoop and hbase to be able to interact with maprfs and mapr-db.
Also I
Thanks Marc, your blog post is helpful.
I started the set-up from scratch but I did replace/added distribution specific jars for hadoop and hbase to be able to interact with maprfs and mapr-db.
Also I
|
By
mystic m <mita...@...>
·
#649
·
|
|
Re: hey guys ,how to query a person relational depth
Use simplePath() to avoid cycles http://tinkerpop.apache.org/docs/current/reference/#simplepath-step
gremlin> graph = JanusGraphFactory.open('inmemory'); g =
Use simplePath() to avoid cycles http://tinkerpop.apache.org/docs/current/reference/#simplepath-step
gremlin> graph = JanusGraphFactory.open('inmemory'); g =
|
By
Jason Plurad <plu...@...>
·
#648
·
|
|
Re: hey guys ,how to query a person relational depth
gremlin> g.addV().property('name', 'A').as('a'). addV().property('phone', '110').as('b'). addV().property('name', 'C').as('c'). addV().property('phone', '111').as('d').
gremlin> g.addV().property('name', 'A').as('a'). addV().property('phone', '110').as('b'). addV().property('name', 'C').as('c'). addV().property('phone', '111').as('d').
|
By
李平 <lipin...@...>
·
#647
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi Joe,
Thanks for reporting back your results and confirming the recipe for CDH. Also, your job execution times seem consistent now with the ones I posted above. As to your question whether these
Hi Joe,
Thanks for reporting back your results and confirming the recipe for CDH. Also, your job execution times seem consistent now with the ones I posted above. As to your question whether these
|
By
HadoopMarc <bi...@...>
·
#646
·
|
|
Re: Can BulkLoaderVertexProgram also add mixed indexes
Hi m
You might also try the approach I explained in (also discussed in another thread on this forum):
http://yaaics.blogspot.nl/2017/07/configuring-janusgraph-for-spark-yarn.html
Here I show that you
Hi m
You might also try the approach I explained in (also discussed in another thread on this forum):
http://yaaics.blogspot.nl/2017/07/configuring-janusgraph-for-spark-yarn.html
Here I show that you
|
By
HadoopMarc <bi...@...>
·
#645
·
|
|
Re: Can BulkLoaderVertexProgram also add mixed indexes
You are right Jason that ElasticSearchIndex class is in janusgraph-es-0.1.1.jar, also this jar is available in SPARK_EXECUTOR_CLASSPATH on all the nodes, I can see all janusgraph specific jars (lib +
You are right Jason that ElasticSearchIndex class is in janusgraph-es-0.1.1.jar, also this jar is available in SPARK_EXECUTOR_CLASSPATH on all the nodes, I can see all janusgraph specific jars (lib +
|
By
mystic m <mita...@...>
·
#644
·
|
|
Re: Configuring TTL in edges and vertices of graph
It doesn't look like you committed the management transaction with mgmt.commit()
http://docs.janusgraph.org/latest/advanced-schema.html#_vertex_ttl
It doesn't look like you committed the management transaction with mgmt.commit()
http://docs.janusgraph.org/latest/advanced-schema.html#_vertex_ttl
|
By
Jason Plurad <plu...@...>
·
#643
·
|
|
Re: hey guys ,how to query a person relational depth
There's a recipe for this http://tinkerpop.apache.org/docs/current/recipes/#_maximum_depth
There's a recipe for this http://tinkerpop.apache.org/docs/current/recipes/#_maximum_depth
|
By
Jason Plurad <plu...@...>
·
#642
·
|
|
Re: Can BulkLoaderVertexProgram also add mixed indexes
The class org.janusgraph.diskstorage.es.ElasticSearchIndex is in janusgraph-es-0.1.1.jar. If you're getting a NoClassDefFoundError, there's really not much more we can tell you other than be
The class org.janusgraph.diskstorage.es.ElasticSearchIndex is in janusgraph-es-0.1.1.jar. If you're getting a NoClassDefFoundError, there's really not much more we can tell you other than be
|
By
Jason Plurad <plu...@...>
·
#641
·
|
|
Configuring TTL in edges and vertices of graph
I was able to set TTL for vertices and edges, but even after the time has passed, the vertex did not got removed from the Db. My storage backend is Cassandra. So do we have to configure anything for
I was able to set TTL for vertices and edges, but even after the time has passed, the vertex did not got removed from the Db. My storage backend is Cassandra. So do we have to configure anything for
|
By
abhayti...@...
·
#640
·
|
|
hey guys ,how to query a person relational depth
I want to know ,one person in the janusGraph ,his relational depth,use gremlin
I want to know ,one person in the janusGraph ,his relational depth,use gremlin
|
By
李平 <lipin...@...>
·
#639
·
|
|
Re: New committers: Robert Dale, Paul Kendall, Samant Maharaj
Robert, Paul and Samant - Thanks for the great work you've put into JanusGraph and welcome aboard!
Robert, Paul and Samant - Thanks for the great work you've put into JanusGraph and welcome aboard!
|
By
sju...@...
·
#638
·
|
|
Re: New committers: Robert Dale, Paul Kendall, Samant Maharaj
Congratulations and welcome!
Congratulations and welcome!
|
By
Jerry He <jerr...@...>
·
#637
·
|
|
Can BulkLoaderVertexProgram also add mixed indexes
Hi,
I am exploring Janusgraph bulk load via SparkGraphComputer, janusgraph has been setup as plugin to tinkerpop server and console, with HBase as underlying storage and Elasticsearch as external
Hi,
I am exploring Janusgraph bulk load via SparkGraphComputer, janusgraph has been setup as plugin to tinkerpop server and console, with HBase as underlying storage and Elasticsearch as external
|
By
mystic m <mita...@...>
·
#634
·
|