Skip to content

Files

This branch is 29592 commits behind apache/flink:master.

flink-quickstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 8, 2015
Jun 8, 2015
May 22, 2015
Sep 26, 2014
Apr 2, 2015
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015
Apr 10, 2015

flink-quickstart

Two simple quickstart maven archetypes for Flink.

When you import the scala project into eclipse you will also need the following plugins:

Eclipse 4.x:

Eclipse 3.7:

Repository Organization

The quickstart bash scripts do not necessarily point to the most recent version in the code. Since the archetypes are versioned, the quickstarts usually differ by pointing to a specific version.

The quickstart.sh script always points to the current stable release (v0.4, v0.5) -SNAPSHOT points to the current snapshot version.

(Use -DarchetypeCatalog=local for local testing during archetype development)

Java 8 with Lambda Expressions

If you are planning to use Java 8 and want to use Lambda Expression, please open the generated "pom.xml" file and modify/uncomment the mentioned lines.