I was able to build it using Java 8 on Fedora 21, but initially I got a few errors when building hadoop-gremlin (see below)...
$ gpg --verify apache-tinkerpop-3.0.0.M9-incubating-source-release.zip.asc apache-tinkerpop-3.0.0.M9-incubating-source-release.zip gpg: Signature made Tue 26 May 2015 01:31:00 PM CDT using RSA key ID AC5EAF53 gpg: Good signature from "Marko Rodriguez <[email protected]>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: E4C9 F75F 93BA 6C0E 1524 62BC 5902 8A48 CB97 E87B Subkey fingerprint: 90A4 3FEC 93A0 6D31 230B 279A 6C63 5AD5 AC5E AF53 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache TinkerPop ................................... SUCCESS [ 4.623 s] [INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [ 1.616 s] [INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [ 22.868 s] [INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [ 9.173 s] [INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [ 28.389 s] [INFO] Apache TinkerPop :: Gremlin Groovy Test ............ SUCCESS [ 6.615 s] [INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [01:15 min] [INFO] Apache TinkerPop :: Hadoop Gremlin ................. SUCCESS [04:09 min] [INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [ 5.411 s] [INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [ 6.186 s] [INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [ 19.418 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS ---//--- NOTE: initially, building hadoop-gremlin was generating errors like... mvn install -rf :hadoop-gremlin Running org.apache.tinkerpop.gremlin.hadoop.process.computer.spark.groovy.SparkHadoopGremlinPluginTest The HadoopPluginSuite will run for this Graph as it is testing a Gremlin flavor but the Graph does not publicly acknowledged it yet with the @OptIn annotation. [WARN] HadoopGremlinPlugin - Be sure to set the environmental variable: HADOOP_GREMLIN_LIBS Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.901 sec <<< FAILURE! - in org.apache.tinkerpop.gremlin.hadoop.process.computer.spark.groovy.SparkHadoopGremlinPluginTest shouldSupportHDFSMethods(org.apache.tinkerpop.gremlin.hadoop.groovy.plugin.HadoopGremlinPluginTest) Time elapsed: 3.893 sec <<< ERROR! java.io.FileNotFoundException: File /home/james/.#.Xdefaults does not exist. To resolve it, I removed these backup files and one broken symbolic (/home/james/data)... rm /home/james/.#.Xdefaults rm /home/james/.#dmesg.notes rm /home/james/.#hello rm /home/james/.#.Xresources rm /home/james/.#junk.bash rm -rf /home/james/data $ mvn -version Apache Maven 3.2.2 (NON-CANONICAL_2015-04-01T06:56:20_mockbuild; 2015-04-01T01:56:20-05:00) Maven home: /usr/share/maven Java version: 1.8.0_45, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-31.b13.fc21.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.19.5-200.fc21.x86_64", arch: "amd64", family: "unix" $ uname -a Linux life 3.19.5-200.fc21.x86_64 #1 SMP Mon Apr 20 19:51:56 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux You have new mail in /var/spool/mail/james - James On Tue, May 26, 2015 at 2:28 PM, Marko Rodriguez <[email protected]> wrote: > Hello everyone, > > After 3 rounds of "3.0.0.M9-incubating-rc" releases the last couple of > weeks, the participating vendors articulated their confidence in Apache > TinkerPop providing an M9 release. This vote is for the TinkerPop > 3.0.0.M9-incubating release. > > The release artifacts can be found at this location: > > https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.0.0.M9-incubating/ > > The source distribution is provided by: > apache-tinkerpop-3.0.0.M9-incubating-source-release.zip > > Two binary distributions are provided for user convenience: > apache-gremlin-console-3.0.0.M9-incubating-distribution.zip > apache-gremlin-server-3.0.0.M9-incubating-distribution.zip > > The online docs can be found here: > http://tinkerpop.incubator.apache.org/docs/3.0.0.M9-incubating/ > (user docs) > > http://tinkerpop.incubator.apache.org/javadocs/3.0.0.M9-incubating/core/ > (core javadoc) > > http://tinkerpop.incubator.apache.org/javadocs/3.0.0.M9-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=909977bdc8aa606c9762310af27dc4a20e83bd41 > > The release notes are available here: > > https://github.com/apache/incubator-tinkerpop/blob/master/CHANGELOG.asciidoc#tinkerpop-300m9-may-26-2015 > > The [VOTE] will be open for the next 72 hours --- closing Friday (May > 29th) at 1:30pm MST. > > My vote is +1. > > Thank you very much, > Marko. > > http://markorodriguez.com -- James Thornton, *http://electricspeed.com <http://electricspeed.com>*
