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.
>
>
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
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.
>
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