You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Eugene Koifman <ek...@hortonworks.com> on 2016/12/08 22:28:46 UTC

jenkins on master is not working

Hi,

Builds are failing with the error below.  Could someone take a look please?


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-ptest: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR]
[ERROR] 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:


For example,

https://builds.apache.org/job/PreCommit-HIVE-Build/2503/console

Re: jenkins on master is not working

Posted by Sergio Pena <se...@cloudera.com>.
Seems sometimes Jenkins give us a slave that does not have the environment
correctly set up.
I modified the job to include JDK on any slave. That will hopefully fix the
issue.

On Thu, Dec 8, 2016 at 4:28 PM, Eugene Koifman <ek...@hortonworks.com>
wrote:

> Hi,
>
> Builds are failing with the error below.  Could someone take a look please?
>
>
> [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-compiler-plugin:3.1:compile (default-compile) on project
> hive-ptest: Compilation failure
> [ERROR] No compiler is provided in this environment. Perhaps you are
> running on a JRE rather than a JDK?
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] 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:
>
>
> For example,
>
> https://builds.apache.org/job/PreCommit-HIVE-Build/2503/console
>