Re: Spark build can't find javac

2019-04-30 Thread Rob Vesse
/davidB/scala-maven-plugin/pull/227 and https://github.com/davidB/scala-maven-plugin/issues/221 Rob From: Sean Owen Date: Tuesday, 30 April 2019 at 00:18 To: Shmuel Blitz Cc: dev Subject: Re: Spark build can't find javac Your JAVA_HOME is pointing to a JRE rather than JDK installation

Re: Spark build can't find javac

2019-04-29 Thread Sean Owen
Your JAVA_HOME is pointing to a JRE rather than JDK installation. Or you've actually installed the JRE. Only the JDK has javac, etc. On Mon, Apr 29, 2019 at 4:36 PM Shmuel Blitz wrote: > Hi, > > Trying to build Spark on Manjaro with OpenJDK version 1.8.0_212, and I'm > getting the following

Spark build can't find javac

2019-04-29 Thread Shmuel Blitz
Hi, Trying to build Spark on Manjaro with OpenJDK version 1.8.0_212, and I'm getting the following error: Cannot run program "/usr/lib/jvm/java-8-openjdk/jre/bin/javac": error=2, No such file or directory > which javac /usr/bin/javac only when I set JAVA_HOME as follows, do I get it to run. >