|
Re: Changing graphname at runtime
Is this what you are looking for (it includes an explicit example):
https://docs.janusgraph.org/basics/configured-graph-factory/#updating-configurations
You can version your graph in the storage and
Is this what you are looking for (it includes an explicit example):
https://docs.janusgraph.org/basics/configured-graph-factory/#updating-configurations
You can version your graph in the storage and
|
By
hadoopmarc@...
·
#5617
·
|
|
Changing graphname at runtime
Note: I cross-posted this to https://groups.google.com/g/gremlin-users so that I can reach a broader audience, so if you're a member of both groups, please receive my apologies!
Hello,
I have a
Note: I cross-posted this to https://groups.google.com/g/gremlin-users so that I can reach a broader audience, so if you're a member of both groups, please receive my apologies!
Hello,
I have a
|
By
Diglio A. Simoni
·
#5616
·
|
|
Re: Inconsistent composite index status after transaction failure
Try this (v is the ghost vertex):
Iterator<JanusGraphRelation> iterator = v.query().noPartitionRestriction().relations().iterator();
while (iterator.hasNext()) {
iterator.next();
Try this (v is the ghost vertex):
Iterator<JanusGraphRelation> iterator = v.query().noPartitionRestriction().relations().iterator();
while (iterator.hasNext()) {
iterator.next();
|
By
Boxuan Li
·
#5615
·
|
|
Re: REINDEXING Big Graph
Hi Abhay,
The hadoop client picks up configs from the JVM classpath. So, simply add /etc/hadoop/conf (or some other folder that keeps the hdfs-site.xml and other cluster configs) to your classpath.
Hi Abhay,
The hadoop client picks up configs from the JVM classpath. So, simply add /etc/hadoop/conf (or some other folder that keeps the hdfs-site.xml and other cluster configs) to your classpath.
|
By
hadoopmarc@...
·
#5614
·
|
|
REINDEXING Big Graph
Hi Team,
Currently I am trying to REINDEX using Hadoop Mapreduce using the reference from Janus document.
https://docs.janusgraph.org/index-management/index-reindexing/#reindex-example-on-mapreduce
I
Hi Team,
Currently I am trying to REINDEX using Hadoop Mapreduce using the reference from Janus document.
https://docs.janusgraph.org/index-management/index-reindexing/#reindex-example-on-mapreduce
I
|
By
Abhay Pandit
·
#5613
·
|
|
Re: Janusgraph 0.5.3 potential memory leak
Hey @mad, thanks for your benchmark code! I ran a few experiments with it today and figured out that creating an Iterable from the Iterator seems to already solve the problem. I added the following
Hey @mad, thanks for your benchmark code! I ran a few experiments with it today and figured out that creating an Iterable from the Iterator seems to already solve the problem. I added the following
|
By
rngcntr
·
#5612
·
Edited
|
|
Re: Inconsistent composite index status after transaction failure
I already tried to delete it both trying to reference the actual vertex id or using the query based on the "inconsistent" index, but in both cases it doesn't work (drop function return correctly as it
I already tried to delete it both trying to reference the actual vertex id or using the query based on the "inconsistent" index, but in both cases it doesn't work (drop function return correctly as it
|
By
simone3.cattani@...
·
#5611
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Great! We've done 20 minute slots in the past, that may work well for this if we do around 10-15 minutes presentation, 5-10 for discussion/Q&A? In reality, that'll just scratch the surface but will
Great! We've done 20 minute slots in the past, that may work well for this if we do around 10-15 minutes presentation, 5-10 for discussion/Q&A? In reality, that'll just scratch the surface but will
|
By
Ted Wilmes
·
#5610
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Hi Ted,
Yes, a short overview of OLAP questions from the user list sounds like a good idea and is easy to prepare. It need not be long; 10 minutes including a few questions for clarifications would
Hi Ted,
Yes, a short overview of OLAP questions from the user list sounds like a good idea and is easy to prepare. It need not be long; 10 minutes including a few questions for clarifications would
|
By
hadoopmarc@...
·
#5609
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Hey Dylan,
Thanks for the links. That's a promising set of projects. I think a brief survey of OLAP graph engines that may be applicable to JG users would be very interesting. In addition to looking
Hey Dylan,
Thanks for the links. That's a promising set of projects. I think a brief survey of OLAP graph engines that may be applicable to JG users would be very interesting. In addition to looking
|
By
Ted Wilmes
·
#5608
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Hi Marc,
Yes, I most definitely recognize your nickname and have been a beneficiary of many of your answers, blog posts, etc. Glad to hear you're interested in participating. You've been prolific on
Hi Marc,
Yes, I most definitely recognize your nickname and have been a beneficiary of many of your answers, blog posts, etc. Glad to hear you're interested in participating. You've been prolific on
|
By
Ted Wilmes
·
#5607
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Hi Ted,
Great idea Ted. Wanted to mention KatanaGraph (website, github). It's basically a port of this codebase called Galois (website, github). Appears to be a group of UT Austin researchers taking
Hi Ted,
Great idea Ted. Wanted to mention KatanaGraph (website, github). It's basically a port of this codebase called Galois (website, github). Appears to be a group of UT Austin researchers taking
|
By
Dylan Bethune-Waddell
·
#5606
·
|
|
Re: JanusGraph meetup topic discussion - graph OLAP & algorithms
Hi Ted,
Most probably you recognize my nickname from the answers I provided on this user forum on OLAP attempts with JanusGraph. I also
Hi Ted,
Most probably you recognize my nickname from the answers I provided on this user forum on OLAP attempts with JanusGraph. I also
|
By
hadoopmarc@...
·
#5605
·
|
|
Re: Inconsistent composite index status after transaction failure
The janusgraph docs and gitrepo talk about ghost vertices or phantom
The janusgraph docs and gitrepo talk about ghost vertices or phantom
|
By
hadoopmarc@...
·
#5604
·
|
|
JanusGraph meetup topic discussion - graph OLAP & algorithms
Hello,
I'm working on planning another JanusGraph community meetup and wanted to gauge community interest in doing an in-depth focus on tackling OLAP/graph algorithmic work with JanusGraph. This has
Hello,
I'm working on planning another JanusGraph community meetup and wanted to gauge community interest in doing an in-depth focus on tackling OLAP/graph algorithmic work with JanusGraph. This has
|
By
Ted Wilmes
·
#5603
·
|
|
Re: JanusGraph 0.5.3 using Gremlin Server 3.4.10
Also check:
https://github.com/JanusGraph/janusgraph/commit/7fbf6567f259b2514e64e7a70e668e7975b38a72
This suggests that no new library conflicts occur.
Marc
Also check:
https://github.com/JanusGraph/janusgraph/commit/7fbf6567f259b2514e64e7a70e668e7975b38a72
This suggests that no new library conflicts occur.
Marc
|
By
hadoopmarc@...
·
#5602
·
|
|
Re: JanusGraph 0.5.3 using Gremlin Server 3.4.10
Hi James,
Best approach is to do a custom build of janusgraph with the version of TinkerPop changed (you can use -D skipTests because TInkerPop API have not changed). With the maven dependency plugin
Hi James,
Best approach is to do a custom build of janusgraph with the version of TinkerPop changed (you can use -D skipTests because TInkerPop API have not changed). With the maven dependency plugin
|
By
hadoopmarc@...
·
#5601
·
|
|
Inconsistent composite index status after transaction failure
I have nodes with two properties: my_id (long) and package_name (string).
I have defined two composite indexes
* on my_id
* on my_id + package_name (unique)
I'm using JanusGraph 0.5.2 with CQL
I have nodes with two properties: my_id (long) and package_name (string).
I have defined two composite indexes
* on my_id
* on my_id + package_name (unique)
I'm using JanusGraph 0.5.2 with CQL
|
By
simone3.cattani@...
·
#5600
·
|
|
JanusGraph 0.5.3 using Gremlin Server 3.4.10
Hi, My team is using JanusGraph version 0.5.3. I want my team to use Gremlin Server 3.4.10 as opposed to 3.4.6 that comes bundled with JanusGraph 0.5.3
I suppose it would work based upon this (and
Hi, My team is using JanusGraph version 0.5.3. I want my team to use Gremlin Server 3.4.10 as opposed to 3.4.6 that comes bundled with JanusGraph 0.5.3
I suppose it would work based upon this (and
|
By
james.jstroud@...
·
#5599
·
|
|
Re: Janusgraph connect with MySQL Storage Backend
Oh nice, I wrote the janusbench tool for myself and didn't expect anyone discover it or even use it. Great to see and thanks for advertising it @Boxuan! ;)
Oh nice, I wrote the janusbench tool for myself and didn't expect anyone discover it or even use it. Great to see and thanks for advertising it @Boxuan! ;)
|
By
rngcntr
·
#5598
·
|