Re: [GitHub] incubator-flink pull request: Streaming Scala API

2014-12-24 Thread Ufuk Celebi
On Wed, Dec 24, 2014 at 1:38 PM, StephanEwen wrote: > Concerning the project structure: For the batch part, there are > discussions > to combine the "flink-core", "flink-java" projects, possibly also the > "flink-scala" project. We are starting to see too many > interdependencies. > >

Re: Flink Streaming Scala API

2014-12-24 Thread sirinath
See if there is anything you can borrow from Akka Streaming API for Flink Streams: http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-M2/scala.html The DSL looks good and perhaps might stimulate some ideas. -- View this message in context: http://apache-flink-incubator-mailing-list

RE: Eclipse import errors after akka update

2014-12-24 Thread Stephan Ewen
These are good findings. We should write them down in the Readme.md Stephan Am 24.12.2014 11:15 schrieb "Paris Carbone" : > > As Gyula described, the combination of scala 2.10.4 with > paradise_2.10.4-2.0.1 as a compiler plugin worked for me as well for both > the scala IDE and Intellij 14 CE. >

RE: Eclipse import errors after akka update

2014-12-24 Thread Paris Carbone
As Gyula described, the combination of scala 2.10.4 with paradise_2.10.4-2.0.1 as a compiler plugin worked for me as well for both the scala IDE and Intellij 14 CE. In case an Intellij user finds it useful, I did things in the following order: 1) mvn clean package 2) (re)importing the project