|
Searching with composite indexes - performance gradually decreases
Hi,
I'm doing a POC on janusgraph and in my scenario all the vertices have a unique id, and i used it for indexing
k =
Hi,
I'm doing a POC on janusgraph and in my scenario all the vertices have a unique id, and i used it for indexing
k =
|
By
Dilan Ranasinghe <dila...@...>
·
#902
·
|
|
Re: When will janus graph with ES5 compatibility will be released?
That is great news .
在 2017年9月29日星期五 UTC+8上午5:53:10,Jason Plurad写道:
That is great news .
在 2017年9月29日星期五 UTC+8上午5:53:10,Jason Plurad写道:
|
By
huu...@...
·
#900
·
|
|
Re: JanusGraph wins a Bossie Award
Great job, everyone! Excellent work on getting on InfoWorld's radar to be included in such a prestigious list.
Please feel free to share/retweet/etc.:
Great job, everyone! Excellent work on getting on InfoWorld's radar to be included in such a prestigious list.
Please feel free to share/retweet/etc.:
|
By
Misha Brukman <mbru...@...>
·
#901
·
|
|
JanusGraph wins a Bossie Award
InfoWorld picked the best open source software for large-scale search, SQL, NoSQL, and streaming analytics.
JanusGraph is one of the winners in
InfoWorld picked the best open source software for large-scale search, SQL, NoSQL, and streaming analytics.
JanusGraph is one of the winners in
|
By
Jason Plurad <plu...@...>
·
#898
·
|
|
Re: When will janus graph with ES5 compatibility will be released?
I've started a thread to discuss the release on janusgraph-dev
https://groups.google.com/d/msg/janusgraph-dev/PJF8qdoe_Zo/2JU-M4UQBwAJ
That is great news that you have been testing with the snapshot
I've started a thread to discuss the release on janusgraph-dev
https://groups.google.com/d/msg/janusgraph-dev/PJF8qdoe_Zo/2JU-M4UQBwAJ
That is great news that you have been testing with the snapshot
|
By
Jason Plurad <plu...@...>
·
#897
·
|
|
Re: PageRank on Large Graph
Thank you Marc. This seems to suggest that if I split the HBase table up into many many regions, that would correct the issue of running PageRank.
Any idea why I can't execute any
Thank you Marc. This seems to suggest that if I split the HBase table up into many many regions, that would correct the issue of running PageRank.
Any idea why I can't execute any
|
By
Joe Obernberger <joseph.o...@...>
·
#899
·
|
|
Re: PageRank on Large Graph
Hi Joe,
Thanks for reporting back. So, it indeed seems the same problem as for OLAP traversals: input splits of HBaseInutFormat have the size of a complete region which is a bit too much for
Hi Joe,
Thanks for reporting back. So, it indeed seems the same problem as for OLAP traversals: input splits of HBaseInutFormat have the size of a complete region which is a bit too much for
|
By
HadoopMarc <bi...@...>
·
#895
·
|
|
Re: Mixed index is not used by Gremlin query
Since you have data and the index wasn't enabled, you'll need to reindex. This will also move the index into enabled when complete.
mgmt =
Since you have data and the index wasn't enabled, you'll need to reindex. This will also move the index into enabled when complete.
mgmt =
|
By
Robert Dale <rob...@...>
·
#896
·
|
|
Re: Mixed index is not used by Gremlin query
I have just noticed that the key title for the index is not ENABLED
mgmt =
I have just noticed that the key title for the index is not ENABLED
mgmt =
|
By
simone...@...
·
#894
·
|
|
Mixed index is not used by Gremlin query
Following the Janus documentation, I defined a mixed index on my graph
mgmt = graph.openManagement()
attribute = mgmt.getPropertyKey("title")
mgmt.buildIndex("titleAttributeSearch",
Following the Janus documentation, I defined a mixed index on my graph
mgmt = graph.openManagement()
attribute = mgmt.getPropertyKey("title")
mgmt.buildIndex("titleAttributeSearch",
|
By
simone...@...
·
#893
·
|
|
Re: PageRank on Large Graph
Thank you Marc. That runs on my cluster, but takes a very long time. If I try it on a larger graph, the YARN jobs run out of heap. Right now I'm giving them 10G each.
On a small
Thank you Marc. That runs on my cluster, but takes a very long time. If I try it on a larger graph, the YARN jobs run out of heap. Right now I'm giving them 10G each.
On a small
|
By
Joe Obernberger <joseph.o...@...>
·
#892
·
|
|
Modifying a Mixed Index - Solr Backend
We have a use case where we need to be able to add additional fields to a mixed index that already contains data. I can update Solr easily enough to add the new fields, but I've not been able to find
We have a use case where we need to be able to add additional fields to a mixed index that already contains data. I can update Solr easily enough to add the new fields, but I've not been able to find
|
By
Robert JOhansen <rjre...@...>
·
#891
·
|
|
Re: PageRank on Large Graph
Hi Joe,
My thoughts were more like:
graph =
Hi Joe,
My thoughts were more like:
graph =
|
By
HadoopMarc <bi...@...>
·
#889
·
|
|
When will janus graph with ES5 compatibility will be released?
We need to migrate to latest elasticsearch version hence Titan which is predecessor of Janus also needs to be upgraded.
Need to know roadmap of stable release with ES5 support. Currently I am using
We need to migrate to latest elasticsearch version hence Titan which is predecessor of Janus also needs to be upgraded.
Need to know roadmap of stable release with ES5 support. Currently I am using
|
By
bhave...@...
·
#888
·
|
|
Re: PageRank on Large Graph
Hi Marc - not sure I understand. I tried this:
gremlin> g=graph.traversal()
==>graphtraversalsource[standardjanusgraph[hbase:[10.22.5.63:2181, 10.22.5.64:2181, 10.22.5.65:2181]],
Hi Marc - not sure I understand. I tried this:
gremlin> g=graph.traversal()
==>graphtraversalsource[standardjanusgraph[hbase:[10.22.5.63:2181, 10.22.5.64:2181, 10.22.5.65:2181]],
|
By
Joe Obernberger <joseph.o...@...>
·
#890
·
|
|
Re: Unable to delete/modify vertices of static labels
Hi Robert,
Thanks for the reply.
We want to do the deletion in 2 ways:-
1- Delete the vertex before the ttl expires. (in some use case)
2- Automatic deletion of vertex by janusgraph-cassandra itself
Hi Robert,
Thanks for the reply.
We want to do the deletion in 2 ways:-
1- Delete the vertex before the ttl expires. (in some use case)
2- Automatic deletion of vertex by janusgraph-cassandra itself
|
By
abhayti...@...
·
#887
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
Hi John,
TinkerPop's spark-gremlin module depends on spark-1.6.1, so when you install spark-gremlin in the gremlin-console or when you add it to your maven project, the spark-core-1.6.1.jar is already
Hi John,
TinkerPop's spark-gremlin module depends on spark-1.6.1, so when you install spark-gremlin in the gremlin-console or when you add it to your maven project, the spark-core-1.6.1.jar is already
|
By
HadoopMarc <bi...@...>
·
#886
·
|
|
Re: org.janusgraph.diskstorage.TemporaryBackendException: Wrote claim for id block
java code that i am using for data uploading:
{
int loopCounter = getTotalNoofRecorsdCountFromDB();
List<Data> data = getData fromDB();
JanusGraphTransaction tx = graph.newTransaction();
for (int i
java code that i am using for data uploading:
{
int loopCounter = getTotalNoofRecorsdCountFromDB();
List<Data> data = getData fromDB();
JanusGraphTransaction tx = graph.newTransaction();
for (int i
|
By
Ankur Goel <ankur...@...>
·
#885
·
|
|
Re: [BLOG] Configuring JanusGraph for spark-yarn
HadoopMarc,
This sounds like this could be really good news, but please clarify something for me:
Tinkerpop 3.2.3 claims compatibility with only Spark 1.6.1, and currently JanusGraph-0.1.1 only
HadoopMarc,
This sounds like this could be really good news, but please clarify something for me:
Tinkerpop 3.2.3 claims compatibility with only Spark 1.6.1, and currently JanusGraph-0.1.1 only
|
By
John Helmsen <john....@...>
·
#884
·
|
|
Re: PageRank on Large Graph
Hi Joe,
No, not exactly, because the TinkerPop recipe points at spark-submit as the source of most of the version conflicts. Spark-submit is just a big wrapper around the Spark launch API that sets
Hi Joe,
No, not exactly, because the TinkerPop recipe points at spark-submit as the source of most of the version conflicts. Spark-submit is just a big wrapper around the Spark launch API that sets
|
By
HadoopMarc <bi...@...>
·
#883
·
|