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 <ekoif...@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 >