Re: Flink 0.9 built with Scala 2.11

2015-09-24 Thread Robert Metzger
Just a note that FLINK-2200 has been resolved. All flink artifacts are now two times in the maven snapshot repository: one without a suffix (scala 2.10) and one with a suffix (_2.11 for scala 2.11). There is also a nightly _2.11 binary release for

Re: Flink 0.9 built with Scala 2.11

2015-07-07 Thread Chiwan Park
I cannot find talking about pure/non-pure java distinction in the documentation. I defined the rules about artifact id to apply modules by only Scala version not pure/non-pure java. The modules without suffix `_2.11` means that they are linked with Scala 2.10 binary. If I misunderstood your sente

Re: Flink 0.9 built with Scala 2.11

2015-07-06 Thread Alexander Alexandrov
> Because we are using Scala in our runtime, all modules are Scala dependent module. If all modules will need the suffix after your PR is merged, why would you talk about pure/non-pure distinction in the documentation? This adds complexity and may cause confusion which at the moment can be spared.

Re: Flink 0.9 built with Scala 2.11

2015-07-05 Thread Chiwan Park
@Stephan: Okay, I’ll find the mentionings in other document. I think that we can postpone updating downloads page in flink-web until releasing 0.10. @Alexandar Thank you for comments. I’ll apply your suggestions. In your example, *flink-pure-java* is not pure java module. If there is any need of

Re: Flink 0.9 built with Scala 2.11

2015-07-03 Thread Stephan Ewen
@Chiwan: There are a few mentionings of the Scala version in the docs as well. For example in "docs/index.md" and on the website under "downloads". We should make sure we explain on these pages that there are downloads for various Scala versions. Cheers, Stephan On Fri, Jul 3, 2015 at 2:01 PM,

Re: Flink 0.9 built with Scala 2.11

2015-07-03 Thread Alexander Alexandrov
Great, I just posted some comments / improvement suggestions. I have to say I'm still not 100% convinced by the strategy not to add a suffix to all modules. Here is a small example that illustrates my concerns. Consider the following chained dependency situation. We have pure Java artifact *flink

Re: Flink 0.9 built with Scala 2.11

2015-07-03 Thread Chiwan Park
Hi All, I created a PR for this issue. [1] Please check and comment about the PR. Regards, Chiwan Park [1] https://github.com/apache/flink/pull/885 > On Jul 2, 2015, at 5:59 PM, Chiwan Park wrote: > > @Alexander I’m happy to hear that you want to help me. If you help me, I > really appreciate

Re: Flink 0.9 built with Scala 2.11

2015-07-01 Thread Ufuk Celebi
On 01 Jul 2015, at 10:34, Stephan Ewen wrote: > +1, like that approach +1 I like that this is not breaking for non-Scala users :-)

Re: Flink 0.9 built with Scala 2.11

2015-07-01 Thread Stephan Ewen
, 2015, at 10:18 PM, Philipp Goetze < >> philipp.goe...@tu-ilmenau.de> wrote: >> > > >> > > Thank you Chiwan! >> > > >> > > I did not know the master has a 2.11 profile. >> > > >> > > But there is no pre-built Flink with 2.11, which I could refer to in >> sbt or maven, is it? >> > > >> > > Best Regards, >> > > Philipp >> > > >> > > On 10.06.2015 15:03, Chiwan Park wrote: >> > > Hi. You can build Flink with Scala 2.11 with scala-2.11 profile in >> master branch. >> > > `mvn clean install -DskipTests -P \!scala-2.10,scala-2.11` command >> builds Flink with Scala 2.11. >> > > >> > > Regards, >> > > Chiwan Park >> > > >> > > On Jun 10, 2015, at 9:56 PM, Flavio Pompermaier >> wrote: >> > > >> > > Nice! >> > > >> > > On 10 Jun 2015 14:49, "Philipp Goetze" >> wrote: >> > > Hi community! >> > > >> > > We started a new project called Piglet ( >> https://github.com/ksattler/piglet). >> > > For that we use i.a. Flink as a backend. The project is based on >> Scala 2.11. Thus we need a 2.11 build of Flink. >> > > >> > > Until now we used the 2.11 branch of the stratosphere project and >> built Flink ourselves. Unfortunately this branch is not up-to-date. >> > > >> > > Do you have an official repository for Flink 0.9 (built with Scala >> 2.11)? >> > > >> > > Best Regards, >> > > Philipp >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > >> > >> > >> > >> > >> > >> > >> > >> >> >> >> >> >> >

Re: Flink 0.9 built with Scala 2.11

2015-07-01 Thread Robert Metzger
ould refer to in > sbt or maven, is it? > > > > > > Best Regards, > > > Philipp > > > > > > On 10.06.2015 15:03, Chiwan Park wrote: > > > Hi. You can build Flink with Scala 2.11 with scala-2.11 profile in > master branch. > > >