Flink and sbt

2015-09-09 Thread Giancarlo Pagano
Hi, I’m trying to write a simple test project using Flink streaming and sbt. The project is in scala and it’s basically the set version of the maven archetype. I’m using the latest Flink 0.10-SNAPSHOT, building it for scala 2.11. I’ve written a simple test that starts a local environment, create

Re: Flink and sbt

2015-09-09 Thread Giancarlo Pagano
code ? On Wed, Sep 9, 2015 at 12:27 PM, Giancarlo Pagano mailto:gianca...@beamly.com>> wrote: Hi, I’m trying to write a simple test project using Flink streaming and sbt. The project is in scala and it’s basically the set version of the maven archetype. I’m using the latest Flink 0.10-SNA

Re: Flink and sbt

2015-09-09 Thread Giancarlo Pagano
umented here: https://ci.apache.org/projects/flink/flink-docs-release-0.9/quickstart/scala_api_quickstart.html#alternative-build-tools-sbt On Wed, Sep 9, 2015 at 2:46 PM, Giancarlo Pagano mailto:gianca...@beamly.com>> wrote: I’ve actually found the problem in the meanwhile, build.sbt was mis

Re: Resolving dependencies when using sbt

2015-09-14 Thread Giancarlo Pagano
If you want to use Flink 0.10-SNAPSHOT you can add the Apache Snapshot repository, in sbt: resolvers += "apache-snapshot" at "https://repository.apache.org/content/repositories/snapshots/“ It would probably be better to use

Kinesis Connector

2015-09-17 Thread Giancarlo Pagano
Hi, Is there any project already working on a Kinesis connector for Flink or any plan to add a Kinesis connector to the main Flink distribution in the future? Thanks, Giancarlo

Re: Kinesis Connector

2015-09-18 Thread Giancarlo Pagano
Greetings, > Stephan > > > On Thu, Sep 17, 2015 at 12:54 PM, Giancarlo Pagano > wrote: > Hi, > > Is there any project already working on a Kinesis connector for Flink or any > plan to add a Kinesis connector to the main Flink distribution in the future? > > Thanks, > Giancarlo >