Re: Java 11 support

2019-03-11 Thread Sean Owen
> On Tue, Nov 6, 2018 at 9:16 AM Felix Cheung wrote: >> >> +1 for Spark 3, definitely >> Thanks for the updates >> >> >> >> From: Sean Owen >> Sent: Tuesday, November 6, 2018 9:11 AM >> To: Felix Cheung &g

Re: Java 11 support

2019-03-11 Thread Sudhir Menon
> *From:* Sean Owen > *Sent:* Tuesday, November 6, 2018 9:11 AM > *To:* Felix Cheung > *Cc:* dev > *Subject:* Re: Java 11 support > > I think that Java 9 support basically gets Java 10, 11 support. But > the jump from 8 to 9 is unfortunately more breaking than usual because &

Re: Java 11 support

2018-11-06 Thread DB Tsai
Scala 2.11 is EOL, and only Scala 2.12 will support JDK 11 https://github.com/scala/scala-dev/issues/559#issuecomment-436160166 , we might need to make Scala 2.12 as default version in Spark 3.0 to move forward. Given

Re: Java 11 support

2018-11-06 Thread shane knapp
cool, i was wondering when we were going to forge ahead in to the great future of jdk8++... i went ahead and created a sub-task of installing a newer version of java on the build nodes ( https://issues.apache.org/jira/browse/SPARK-25953), and once we figure out exact what version we want i'll go

Re: Java 11 support

2018-11-06 Thread Felix Cheung
+1 for Spark 3, definitely Thanks for the updates From: Sean Owen Sent: Tuesday, November 6, 2018 9:11 AM To: Felix Cheung Cc: dev Subject: Re: Java 11 support I think that Java 9 support basically gets Java 10, 11 support. But the jump from 8 to 9

Re: Java 11 support

2018-11-06 Thread Sean Owen
I think that Java 9 support basically gets Java 10, 11 support. But the jump from 8 to 9 is unfortunately more breaking than usual because of the total revamping of the internal JDK classes. I think it will be mostly a matter of dependencies needing updates to work. I agree this is probably pretty

Java 11 support

2018-11-06 Thread Felix Cheung
Speaking of, get we work to support Java 11? That will fix all the problems below. From: Felix Cheung Sent: Tuesday, November 6, 2018 8:57 AM To: Wenchen Fan Cc: Matei Zaharia; Sean Owen; Spark dev list; Shivaram Venkataraman Subject: Re: