Hi,
Talking to some people I get the impression that Scala 2.10 is quite outdated by now. I would like to drop support for Scala 2.10 and my main motivation is that this would allow us to drop our custom Flakka build of Akka that we use because newer Akka versions only support Scala 2.11/2.12 and we need a backported feature. Are there any concerns about this? Best, Aljoscha |
Given that the last maintenance release Scala 2.10.6 is from about 2 years ago, I would also be in favour of dropping Scala 2.10 support from Flink. This will make maintenance easier for us and allow us to drop artifacts like Flakka. Cheers, Till On Tue, Sep 19, 2017 at 11:56 AM, Aljoscha Krettek <[hidden email]> wrote: Hi, |
In reply to this post by Aljoscha Krettek
Hi Aljoscha, I am in favor of the change. No concerns on my side, just one remark that I have talked to Sean last week (ccd) and he mentioned that he has faced some technical issues while driving the transition from 2.10 to 2.12 for Spark. It had to do with changes in the scope of implicits. You might end up hitting the same. Best, Marton On Tue, Sep 19, 2017 at 11:56 AM, Aljoscha Krettek <[hidden email]> wrote: Hi, |
For the curious, here's the overall task in Spark: and most of the code-related changes: and where it's stuck at the moment: On Tue, Sep 19, 2017 at 11:07 AM Márton Balassi <[hidden email]> wrote:
|
+1 for dropping support for Scala 2.10 On Tue, Sep 19, 2017 at 3:29 AM, Sean Owen <[hidden email]> wrote:
|
In reply to this post by Aljoscha Krettek
+1
> 在 2017年9月19日,17:56,Aljoscha Krettek <[hidden email]> 写道: > > Hi, > > Talking to some people I get the impression that Scala 2.10 is quite outdated by now. I would like to drop support for Scala 2.10 and my main motivation is that this would allow us to drop our custom Flakka build of Akka that we use because newer Akka versions only support Scala 2.11/2.12 and we need a backported feature. > > Are there any concerns about this? > > Best, > Aljoscha |
In reply to this post by Aljoscha Krettek
+1
-------- Original message -------- From: Hai Zhou <[hidden email]> Date: 9/20/17 12:44 AM (GMT-08:00) Subject: Re: [DISCUSS] Dropping Scala 2.10 > 在 2017年9月19日,17:56,Aljoscha Krettek <[hidden email]> 写道: > > Hi, > > Talking to some people I get the impression that Scala 2.10 is quite outdated by now. I would like to drop support for Scala 2.10 and my main motivation is that this would allow us to drop our custom Flakka build of Akka that we use because newer Akka versions only support Scala 2.11/2.12 and we need a backported feature. > > Are there any concerns about this? > > Best, > Aljoscha |
Hi, as far as I know some vendors like Hortonworks still use Kafka_2.10 as part of their hadoop distribution. Regards,Could the use of a different scala version cause issues with the Kafka connector? I'm asking because we are using HDP 2.6 and we once already had some issue with conflicting scala versions concerning Kafka (though, we were using Storm, I still haven't tested the Flink connector in this context). 2017-09-20 14:19 GMT+02:00 Ted Yu <[hidden email]>:
-- Federico D'Ambrosio
|
Hi Federico,
As far as I know, the Kafka client code has been rewritten in Java for version 0.9, meaning there is no more Scala dependency in there. Only the server (broker) code still contains Scala but it doesn't matter what Scala version a client uses, if any. Best, Aljoscha
|
+1
@ Frederico: I think Aljoscha is right - Flink only executes Kafka client code, which is Scala independent from 0.9 on. Do you use Kafka 0.8 still? On Wed, Sep 20, 2017 at 10:00 PM, Aljoscha Krettek <[hidden email]> wrote:
|
Ok, thank you all for the clarification. @Stephan: I'm using Kafka 0.10, I guess the problem I had then was actually unrelated to specific Kafka version Federico D'Ambrosio Il 21 set 2017 16:30, "Stephan Ewen" <[hidden email]> ha scritto:
|
Free forum by Nabble | Edit this page |