|
[WARNING] 0.1.0 to 0.1.1 upgrade
2 messages
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
|
By
Ted Wilmes
·
|
|
What's the plan for the next release?
6 messages
Hi all, I am pretty excited about the things getting merged into JanusGraph. In particular I really want to get my hands on the new CQL storage backend and the updated ElasticSearch indexing backend,
Hi all, I am pretty excited about the things getting merged into JanusGraph. In particular I really want to get my hands on the new CQL storage backend and the updated ElasticSearch indexing backend,
|
By
Austin Sharp
·
|
|
Documentation updates on janusgraph.org
7 messages
Hi everyone, I'd like to contribute a blurb onto the getting-started tutorial indicating that it's possible to use the loadWithoutMixedIndex method when using a configuration that doesn't have an inde
Hi everyone, I'd like to contribute a blurb onto the getting-started tutorial indicating that it's possible to use the loadWithoutMixedIndex method when using a configuration that doesn't have an inde
|
By
Christopher Quinones
·
|
|
[DISCUSS] Travis builds and PR testing
2 messages
Now that #251 has been merged tests in all modules except hbase-098 and cql are required to pass for a successful Travis build. However since merging there have been more unexpected build failures tha
Now that #251 has been merged tests in all modules except hbase-098 and cql are required to pass for a successful Travis build. However since merging there have been more unexpected build failures tha
|
By
sjudeng
·
|
|
Deprecation warnings using elasticsearch 5.1.1
3 messages
Hello; I was using the code in the master, specifically to test the excellent https://github.com/JanusGraph/janusgraph/issues/67. It all seems to be working, but on startup, where I create the indices
Hello; I was using the code in the master, specifically to test the excellent https://github.com/JanusGraph/janusgraph/issues/67. It all seems to be working, but on startup, where I create the indices
|
By
Nigel Brown
·
|
|
New TSC member: sjudeng
3 messages
The Technical Steering Committee (TSC) for JanusGraph is pleased to welcome sjudeng as a TSC member on the project (effective May 10). sjudeng has provided major contributions and has demonstrated an
The Technical Steering Committee (TSC) for JanusGraph is pleased to welcome sjudeng as a TSC member on the project (effective May 10). sjudeng has provided major contributions and has demonstrated an
|
By
Jason Plurad
·
|
|
JanusGraph 0.1.1 Released
3 messages
Hello, We are excited to announce the release of JanusGraph 0.1.1. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of storage and indexing backends. The re
Hello, We are excited to announce the release of JanusGraph 0.1.1. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of storage and indexing backends. The re
|
By
Ted Wilmes
·
|
|
[RESULT][VOTE] JanusGraph 0.1.1 Release
This vote is now closed with a total of 5 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (4) -- Ted Wilmes, Misha Brukman, Alexander Patrikalakis, P. Taylor Goetz 0 (0) -1 (0) NON-BINDING
This vote is now closed with a total of 5 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (4) -- Ted Wilmes, Misha Brukman, Alexander Patrikalakis, P. Taylor Goetz 0 (0) -1 (0) NON-BINDING
|
By
Ted Wilmes
·
|
|
[VOTE] JanusGraph 0.1.1 Release
7 messages
Hello, We are happy to announce that JanusGraph 0.1.1 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.1.1 A binary d
Hello, We are happy to announce that JanusGraph 0.1.1 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.1.1 A binary d
|
By
Ted Wilmes
·
|
|
[DISCUSS] 0.1.1 point fix release
10 messages
I would like to propose a 0.1.1 bugfix release to address the titan_ids->janusgraph_ids name change as well as the bug fix to the vertexCentricQuery test. Given that 0.1.0 was already given quite a lo
I would like to propose a 0.1.1 bugfix release to address the titan_ids->janusgraph_ids name change as well as the bug fix to the vertexCentricQuery test. Given that 0.1.0 was already given quite a lo
|
By
Alexander Patrikalakis
·
|
|
JanusGraph and Cassandra-3 (issue 172)
5 messages
Hello all, See Issue-172 whose synopsis is: CassandraBinaryRecordReader not compatible with Cassandra 3.0+. There are a few comments and several useful links on the bug report that I have been discuss
Hello all, See Issue-172 whose synopsis is: CassandraBinaryRecordReader not compatible with Cassandra 3.0+. There are a few comments and several useful links on the bug report that I have been discuss
|
By
Kedar Mhaswade
·
|
|
DynamoDB Titan->JanusGraph->Titan Upgrade-Downgrade test results
4 messages
The actual labor involved in the upgrade-downgrade test is around an hour, but there were some bugs in the template that set me back about five hours. Anyway, I performed the test against Titan 1.0.0
The actual labor involved in the upgrade-downgrade test is around an hour, but there were some bugs in the template that set me back about five hours. Anyway, I performed the test against Titan 1.0.0
|
By
Alexander Patrikalakis
·
|
|
pr branches
13 messages
Now that we have v0.1.0 out the door, how do we handle the PRs in the queue? For ones that should be eligible for the 0.1 fix branch, should we request that the contributor retargets them to `0.1` bra
Now that we have v0.1.0 out the door, how do we handle the PRs in the queue? For ones that should be eligible for the 0.1 fix branch, should we request that the contributor retargets them to `0.1` bra
|
By
Jason Plurad
·
|
|
JanusGraph 0.1.0 Released
2 messages
Congratulations to everyone involved in this release. This was definitely a community effort! And big thanks to Ted for handling the Release Manager duties. -- Jason
Congratulations to everyone involved in this release. This was definitely a community effort! And big thanks to Ted for handling the Release Manager duties. -- Jason
|
By
Jason Plurad
·
|
|
JanusGraph 0.1.0 Released
2 messages
Hello, We are excited to announce the release of JanusGraph 0.1.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of storage and indexing backends. The re
Hello, We are excited to announce the release of JanusGraph 0.1.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of storage and indexing backends. The re
|
By
Ted Wilmes
·
|
|
[VOTE] JanusGraph 0.1.0 Release
15 messages
Hello, We are happy to announce that JanusGraph 0.1.0 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.1.0-rc2 A bina
Hello, We are happy to announce that JanusGraph 0.1.0 is ready for release. The release artifacts can be found at this location: https://github.com/JanusGraph/janusgraph/releases/tag/v0.1.0-rc2 A bina
|
By
Ted Wilmes
·
|
|
[RESULT][VOTE] JanusGraph 0.1.0 Release
10 messages
This vote is now closed with a total of 9 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (6) -- Ted Wilmes, Misha Brukman, Sjudeng, P. Taylor Goetz, Jerry He, Jason Plurad 0 (0) -1 (0) NON
This vote is now closed with a total of 9 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (6) -- Ted Wilmes, Misha Brukman, Sjudeng, P. Taylor Goetz, Jerry He, Jason Plurad 0 (0) -1 (0) NON
|
By
Ted Wilmes
·
|
|
[RESULT][VOTE] JanusGraph 0.1.0 Release
2 messages
This vote is now closed with a total of 9 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (6) -- Ted Wilmes, Misha Brukman, Sjudeng, P. Taylor Goetz, Jerry He, Jason Plurad 0 (0) -1 (0) NON
This vote is now closed with a total of 9 +1s, no +0s and no -1s. The results are: BINDING VOTES: +1 (6) -- Ted Wilmes, Misha Brukman, Sjudeng, P. Taylor Goetz, Jerry He, Jason Plurad 0 (0) -1 (0) NON
|
By
Ted Wilmes
·
|
|
[DISCUSS] 0.1.0 Release Prep
33 messages
Hello, I have created a release branch (jg01) we can use for 0.1.0 prep. I think at this point we're ready to discuss what will go into 0.1.0. Open issues tagged for the 0.1.0 milestone can be seen at
Hello, I have created a release branch (jg01) we can use for 0.1.0 prep. I think at this point we're ready to discuss what will go into 0.1.0. Open issues tagged for the 0.1.0 milestone can be seen at
|
By
Ted Wilmes
·
|
|
Opportunity to Contribute
2 messages
Hello everyone, I am new to this community. Can anyone please guide me to start contributing to JanusGraph? Any bugs to start with? Thank you, Jainesh Patel Pune, India
Hello everyone, I am new to this community. Can anyone please guide me to start contributing to JanusGraph? Any bugs to start with? Thank you, Jainesh Patel Pune, India
|
By
Jainesh Patel
·
|