|
Re: Release vs full release?
Hi Laura,
Both janusgraph-<version>.zip and janusgraph-full-<version>.zip are the same except that `janusgraph-full-<version>.zip` includes Cassandra and ElasticSearch which can be quickly started
Hi Laura,
Both janusgraph-<version>.zip and janusgraph-full-<version>.zip are the same except that `janusgraph-full-<version>.zip` includes Cassandra and ElasticSearch which can be quickly started
|
By
Oleksandr Porunov
·
#6149
·
|
|
Re: Too low Performance when running PageRank and WCC on Graph500
Hi Shipeng,
I didn't check the graph which you refereed but 0.5.3 JanusGraph has some hard limits with Cassandra backend. I would recommend trying 0.6.0 version.
You might want to add some
Hi Shipeng,
I didn't check the graph which you refereed but 0.5.3 JanusGraph has some hard limits with Cassandra backend. I would recommend trying 0.6.0 version.
You might want to add some
|
By
Oleksandr Porunov
·
#6148
·
|
|
Re: [ANNOUNCE] JanusGraph 0.6.0 Release
Nice!! Gonna give this a spin in a few days
Nice!! Gonna give this a spin in a few days
|
By
schwartz@...
·
#6147
·
|
|
Re: [ANNOUNCE] JanusGraph 0.6.0 Release
It was quick. JanusGraph 0.6.0 Docker image is now available in Docker Hub:
It was quick. JanusGraph 0.6.0 Docker image is now available in Docker Hub:
|
By
Oleksandr Porunov
·
#6146
·
|
|
Re: [ANNOUNCE] JanusGraph 0.6.0 Release
Jan Jansen is working on upgrading the docker image to 0.6.0 in this PR: https://github.com/JanusGraph/janusgraph-docker/pull/91
I believe the Docker image should be available soon.
Jan Jansen is working on upgrading the docker image to 0.6.0 in this PR: https://github.com/JanusGraph/janusgraph-docker/pull/91
I believe the Docker image should be available soon.
|
By
Oleksandr Porunov
·
#6145
·
|
|
Re: [ANNOUNCE] JanusGraph 0.6.0 Release
This is great! Was looking forward to this.
Any ETA for the docker image?
Thanks a lot,
Assaf
This is great! Was looking forward to this.
Any ETA for the docker image?
Thanks a lot,
Assaf
|
By
schwartz@...
·
#6144
·
|
|
[ANNOUNCE] JanusGraph 0.6.0 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.0.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.0.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
|
By
Oleksandr Porunov
·
#6143
·
|
|
Re: Removing a vertex is not removing recently added properties in different transaction
Hi Priyanka,
The case you describe sounds suspect and might be a JanusGraph issue. Your last remark ("If i add some delay b/w two operations then vertices are getting removed correctly.") gives an
Hi Priyanka,
The case you describe sounds suspect and might be a JanusGraph issue. Your last remark ("If i add some delay b/w two operations then vertices are getting removed correctly.") gives an
|
By
hadoopmarc@...
·
#6142
·
|
|
Re: Confused about GraphSON edges definition
May I ask why it is not the way to go, and what is the way instead?
I thought my problem was fairly easy: have a graph in a file, load the file. But GraphML is lossy, and GraphSON is not the way to
May I ask why it is not the way to go, and what is the way instead?
I thought my problem was fairly easy: have a graph in a file, load the file. But GraphML is lossy, and GraphSON is not the way to
|
By
Laura Morales <lauretas@...>
·
#6141
·
|
|
Re: Confused about GraphSON edges definition
Hi Laura,
https://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONReader.html
People do not want to put effort in explaining graphSON because that
Hi Laura,
https://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONReader.html
People do not want to put effort in explaining graphSON because that
|
By
hadoopmarc@...
·
#6140
·
|
|
Looking for deeper understanding of the systemlog table.
Hi all,
I'm hoping someone can help me understand something better. I'm curious about the size of the systemlog table for a number of our graphs. On our backend data store this is the only table
Hi all,
I'm hoping someone can help me understand something better. I'm curious about the size of the systemlog table for a number of our graphs. On our backend data store this is the only table
|
By
jason.mccarthy@...
·
#6139
·
|
|
Re: Confused about GraphSON edges definition
Hi,
I've asked my question over there (here's the thread https://groups.google.com/g/gremlin-users/c/_H3UZyfdvtE) and the possible solution seems to be to use readVertices() instead of read() or
Hi,
I've asked my question over there (here's the thread https://groups.google.com/g/gremlin-users/c/_H3UZyfdvtE) and the possible solution seems to be to use readVertices() instead of read() or
|
By
Laura Morales <lauretas@...>
·
#6138
·
|
|
Re: Removing a vertex is not removing recently added properties in different transaction
Please find my answers inline:
do you use CompositeIndex or MixedIndex?
- i am suing composite index
is it certain that the two transaction do not overlap in time (as "next" suggests)?
- They do not
Please find my answers inline:
do you use CompositeIndex or MixedIndex?
- i am suing composite index
is it certain that the two transaction do not overlap in time (as "next" suggests)?
- They do not
|
By
Priyanka Jindal
·
#6137
·
|
|
Re: Confused about GraphSON edges definition
Hi Laura,
If you want to know, you would better ask on the TinkerPop users list. Note that graphSON is not designed as a human-readable or standardized interchange format, but rather as interchange
Hi Laura,
If you want to know, you would better ask on the TinkerPop users list. Note that graphSON is not designed as a human-readable or standardized interchange format, but rather as interchange
|
By
hadoopmarc@...
·
#6136
·
|
|
Re: CQL scaling limit?
Nice work!
By
hadoopmarc@...
·
#6135
·
|
|
Confused about GraphSON edges definition
I'm looking at this example from TinkerPop
I'm looking at this example from TinkerPop
|
By
Laura Morales <lauretas@...>
·
#6134
·
|
|
Re: Removing a vertex is not removing recently added properties in different transaction
The behavior you describe sounds like the behavior one experiences for transactions occurring in parallel. So let us investigate some further:
do you use CompositeIndex or MixedIndex?
is it certain
The behavior you describe sounds like the behavior one experiences for transactions occurring in parallel. So let us investigate some further:
do you use CompositeIndex or MixedIndex?
is it certain
|
By
hadoopmarc@...
·
#6133
·
|
|
Re: Index stuck on INSTALLED (single instance of JanusGraph)
It still does not work for me.
It still does not work for me.
|
By
fredrick.eisele@...
·
#6132
·
|
|
Re: CQL scaling limit?
Hi Marc,
I tried rerunning the scaling test on a fresh graph with ids.block-size=10000000 , unfortunately I haven't seen any performance gain.
I also tried ids.block-size=10000000 and
Hi Marc,
I tried rerunning the scaling test on a fresh graph with ids.block-size=10000000 , unfortunately I haven't seen any performance gain.
I also tried ids.block-size=10000000 and
|
By
madams@...
·
#6131
·
|
|
Removing a vertex is not removing recently added properties in different transaction
I am using janus client with hbase as storage backend.
In my case, I am using index ind1 to fetch vertices from the graph. Upon fetching I am adding some properties (e.g one such property is p1) to
I am using janus client with hbase as storage backend.
In my case, I am using index ind1 to fetch vertices from the graph. Upon fetching I am adding some properties (e.g one such property is p1) to
|
By
Priyanka Jindal
·
#6130
·
|