Re: SPARK_HOME

2020-06-22 Thread Jeff Zhang
awesome Anwar AliKhan 于2020年6月23日周二 上午1:18写道: > I found the cause of issue , kind of. > I built spark from source so now all is good. > > > On Sun, 21 Jun 2020, 23:49 Jeff Zhang, wrote: > >> JDK issue ? >> >> 17 more Caused by: java.lang.NullPointerException at >> org.apache.commons.lang3.Syste

Re: SPARK_HOME

2020-06-22 Thread Anwar AliKhan
I found the cause of issue , kind of. I built spark from source so now all is good. On Sun, 21 Jun 2020, 23:49 Jeff Zhang, wrote: > JDK issue ? > > 17 more Caused by: java.lang.NullPointerException at > org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast(SystemUtils.java:1654) > at org.ap

Re: SPARK_HOME

2020-06-22 Thread Anwar AliKhan
Do you have set of up to date mvn compile prameters because I want to build from source. Also I need the build to be compatible with spark 3. On Sun, 21 Jun 2020, 23:49 Jeff Zhang, wrote: > JDK issue ? > > 17 more Caused by: java.lang.NullPointerException at > org.apache.commons.lang3.System

Re: SPARK_HOME

2020-06-21 Thread Jeff Zhang
JDK issue ? 17 more Caused by: java.lang.NullPointerException at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast(SystemUtils.java:1654) at org.apache.spark.storage.StorageUtils$.(StorageUtils.scala:207) at org.apache.spark.storage.StorageUtils$.(StorageUtils.scala) ... 28 more Anwar Ali