KylinOLAP/Kylin

Kylin:AtopCalcite installation issue

Opened this issue · 3 comments

BUILD FAILURE:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project atopcalcite: Fatal error compiling: invalid target release: 1.7
To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :atopcalcite
ERROR exit from ./deploy.sh : line 4 with exit code 1

Could you please let's know what happened and resolve about this issue?

Thanks.

If you look into the pom.xml the java version required is 1.7... using any other version might cause this problem.

Please use JDK 1.7 as required :-)

Thanks.

Abhishek Sinha notifications@github.com于2014年12月27日星期六写道:

If you look into the pom.xml the java version required is 1.7... using any
other version might cause this problem.


Reply to this email directly or view it on GitHub
#328 (comment).

Best Regards!

Luke Han