Re: giraph compile error

2018-08-12 Thread Thomas Rummler
I apologize, I was using jre instead of jdk. As documented, for example, http://roufid.com/no-compiler-is-provided-in-this-environment/ or https://coderanch.com/t/671424/build-tools/Maven-Compile-Failure-Maven-Thinks, if JAVA_HOME points to jre instead of jdk, maven doesn't properly work. I repeat

Re: giraph compile error

2018-08-10 Thread Panagiotis Liakos
Hi all, I just compiled giraph (trunk branch) with success on Ubuntu 14.04.5 as well, using mvn -Phadoop_2 -fae -DskipTests clean install. Apache Maven 3.0.5 Java version: 1.8.0_181 --Panagiotis 2018-08-08 18:59 GMT+03:00 Dionysios Logothetis : > I am able to run > > mvn -Phadoop_2 -fae -Dsk

Re: giraph compile error

2018-08-08 Thread Dionysios Logothetis
I am able to run mvn -Phadoop_2 -fae -DskipTests clean install on MacOS, Maven 3.5.0, Java 1.8.0_131 and on CentOS, Maven 3.3.9, Java 1.8.0_60 I'll take it there's nothing earlier in the build log that may indicate an issue? On Sun, Aug 5, 2018 at 6:43 AM, Thomas Rummler wrote: > Hi, I got

giraph compile error

2018-08-05 Thread Thomas Rummler
Hi, I got following error in compiling giraph. I'm using ubuntu 16.04 with java 1.8 and maven 3.3.9. Follows detail of mvn -version: Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre I cloned with f