tree: 941acc940035e266db4676b25dbd759d635750c9 [path history] [tgz]
  1. flink-quickstart-java/
  2. flink-quickstart-scala/
  3. flink-tez-quickstart/
  4. pom.xml
  5. README.md
flink-quickstart/README.md

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.