Hello, * I downloaded Gremlin-Console yesterday and used it for a few experiments I was running -- thus, not just "toy examples." * I also spent a long time last night perusing the primary docs, upgrade docs, tutorial, and JavaDocs. So pretty. * I installed the hadoop-gremlin plugin and ran OLAP Giraph and Spark jobs against my local Hadoop2 pseudo-cluster and all was cherry. - Spark was tested with local[4], not SparkServer. * I also tested Hadoop OLTP and it was good. * I installed the neo4j-gremlin plugin and io().readGraph(grateful-dead) and did some play traversals. Worked as expected. * I used Kuppitz' automatic testing tool and got the following (positive) results:
$ bin/validate-distribution.sh 3.1.0-incubating Validating binary distributions * downloading Apache Gremlin Console (apache-gremlin-console-3.1.0-incubating-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Gremlin Console ... OK * validating Apache Gremlin Console's docs ... OK * validating Apache Gremlin Console's binaries ... OK * validating Apache Gremlin Console's legal files ... * LICENSE ... OK * NOTICE ... OK * DISCLAIMER ... OK * validating Apache Gremlin Console's plugin directory ... OK * validating Apache Gremlin Console's lib directory ... OK * testing script evaluation ... OK * downloading Apache Gremlin Server (apache-gremlin-server-3.1.0-incubating-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Gremlin Server ... OK * validating Apache Gremlin Server's docs ... OK * validating Apache Gremlin Server's binaries ... OK * validating Apache Gremlin Server's legal files ... * LICENSE ... OK * NOTICE ... OK * DISCLAIMER ... OK * validating Apache Gremlin Server's plugin directory ... OK * validating Apache Gremlin Server's lib directory ... OK Validating source distribution * downloading Apache Tinkerpop 3.1.0 (apache-tinkerpop-3.1.0-incubating-src.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Tinkerpop 3.1.0 ... OK * building project ... OK My VOTE is +1 (binding). Thank you Stephen for handling the release again. You are a saint. Marko. http://markorodriguez.com On Nov 17, 2015, at 11:47 AM, Ted Wilmes <twil...@gmail.com> wrote: > I downloaded both server and console artifacts and performed some manual > tests. Took a look through the upgrade and core docs and looked for > versions mismatches. All looked good. Finally I ran mvn verify > -DskipIntegrationTests=false -DincludeNeo4j against the tagged release > commit and all tests passed. > > My vote is +1 > > --Ted > > On Mon, Nov 16, 2015 at 11:55 AM, Stephen Mallette <spmalle...@gmail.com> > wrote: > >> Hello, >> >> It's release day for 3.1.0-incubating and TinkerPop is in need of votes! >> >> The release artifacts can be found at this location: >> >> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.0-incubating/ >> >> The source distribution is provided by: >> apache-tinkerpop-3.1.0-incubating-src.zip >> >> Two binary distributions are provided for user convenience: >> apache-gremlin-console-3.1.0-incubating-bin.zip >> apache-gremlin-server-3.1.0-incubating-bin.zip >> >> The online docs can be found here: >> http://tinkerpop.incubator.apache.org/docs/3.1.0-incubating/ (user docs) >> http://tinkerpop.incubator.apache.org/docs/3.1.0-incubating/upgrade.html >> (upgrade docs) >> http://tinkerpop.incubator.apache.org/javadocs/3.1.0-incubating/core/ >> (core >> javadoc) >> http://tinkerpop.incubator.apache.org/javadocs/3.1.0-incubating/full/ >> (full >> javadoc) >> >> The tag in Apache Git can be found here: >> >> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=310d0cda0c5ac83f47d173aaa4cf2ec51a47e636 >> >> The release notes are available here: >> >> https://github.com/apache/incubator-tinkerpop/blob/3.1.0-incubating/CHANGELOG.asciidoc#tinkerpop-310-release-date-november-16-2015 >> >> The [VOTE] will be open for the next 72 hours --- closing Thursday >> (November 19, 2015) at 1PM EST. >> >> My vote is +1 after doing a number of different tests and getting a >> successful run of bin/validate-distribution.sh. >> >> Thank you very much, >> >> Stephen >>