|
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
·
|
|
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
·
|