You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Abhishek Raj <ab...@yahoo.com.INVALID> on 2016/12/11 06:58:19 UTC

Error building storm

Hello. I am not able to build storm from source. When I run
>
> "mvn clean package -Dmaven.test.skip=true",


I get

[INFO] maven-shade-clojure-transformer .................... FAILURE
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (default-compile) on project maven-shade-clojure-transformer: Fatal error
> compiling: invalid target release: 1.8


Can someone help?

Thanks,
Abhishek

Re: Error building storm

Posted by Stig Døssing <ge...@gmail.com>.
Hi Abhishek,

It looks like you might be trying to build Storm with a Java version older
than 8. If you run "mvn -X" it should show you the Java version it's using.
It needs to be something like this: "Java version: 1.8.0_73". If you need
to build Storm for Java 7, please build from the 1.x-branch branch.

2016-12-11 7:58 GMT+01:00 Abhishek Raj <ab...@yahoo.com.invalid>:

> Hello. I am not able to build storm from source. When I run
> >
> > "mvn clean package -Dmaven.test.skip=true",
>
>
> I get
>
> [INFO] maven-shade-clojure-transformer .................... FAILURE
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> > (default-compile) on project maven-shade-clojure-transformer: Fatal
> error
> > compiling: invalid target release: 1.8
>
>
> Can someone help?
>
> Thanks,
> Abhishek
>