Re: Scala 2.10 support

2018-01-10 Thread Petr Ivanov
From the point of build configuration — it is required to delete modules/{scalar-2.10,spark-2.10,visor-console-2.10} directories and corresponding modules from pom.xml (they are currently disabled in ignite-6730). From the point of project operability and consistency — I’ve started this discussi

Re: Scala 2.10 support

2018-01-10 Thread Dmitriy Setrakyan
I agree that we should drop it, I just want to understand how difficult it is. What is the amount of effort associated with this change? On Wed, Jan 10, 2018 at 10:37 AM, Petr Ivanov wrote: > As much as I see, scala-2.10, spark-2.10 and visor-console-2.10 modules > require scala 2.10 by dependen

Re: Scala 2.10 support

2018-01-10 Thread Petr Ivanov
As much as I see, scala-2.10, spark-2.10 and visor-console-2.10 modules require scala 2.10 by dependency, which is not going to work any way (or at least without some hacky hack) with Java 9. Considering Java 9 to be strictly 2.4+ functionality — I guess it is more or less solid approach in drop

Re: Scala 2.10 support

2018-01-10 Thread Dmitriy Setrakyan
How much of an effort will be to support scala and spark 2.10? On Wed, Jan 10, 2018 at 4:24 AM, vveider wrote: > Hi, Igniters! > > > While working on Java 9 support adaptation, came to a problem with scala > 2.10 and corresponding modules (scala-2.10, spark-2.10 and > visor-console-2.10) which w

Re: Scala 2.10 support

2018-01-10 Thread ALEKSEY KUZNETSOV
+1 ср, 10 янв. 2018 г. в 17:28, Alexey Kuznetsov : > +1 > > On Wed, Jan 10, 2018 at 7:27 PM, Nikolay Izhikov > wrote: > > > +1 from me. > > > > В Ср, 10/01/2018 в 05:24 -0700, vveider пишет: > > > Hi, Igniters! > > > > > > > > > While working on Java 9 support adaptation, came to a problem with

Re: Scala 2.10 support

2018-01-10 Thread Alexey Kuznetsov
+1 On Wed, Jan 10, 2018 at 7:27 PM, Nikolay Izhikov wrote: > +1 from me. > > В Ср, 10/01/2018 в 05:24 -0700, vveider пишет: > > Hi, Igniters! > > > > > > While working on Java 9 support adaptation, came to a problem with > > scala > > 2.10 and corresponding modules (scala-2.10, spark-2.10 and >

Re: Scala 2.10 support

2018-01-10 Thread Nikolay Izhikov
+1 from me. В Ср, 10/01/2018 в 05:24 -0700, vveider пишет: > Hi, Igniters! > > > While working on Java 9 support adaptation, came to a problem with > scala > 2.10 and corresponding modules (scala-2.10, spark-2.10 and > visor-console-2.10) which will not compile under Java 9. As I see > here [1]

Scala 2.10 support

2018-01-10 Thread vveider
Hi, Igniters! While working on Java 9 support adaptation, came to a problem with scala 2.10 and corresponding modules (scala-2.10, spark-2.10 and visor-console-2.10) which will not compile under Java 9. As I see here [1] scala 2.10 is already deprecated in spark 2.1.0 (and lately spark version up