tree: d271d6017fe6b9e9fb314500141d1b3e61f08373 [path history] [tgz]
  1. flink-quickstart-java/
  2. flink-quickstart-scala/
  3. pom.xml
  4. quickstart-scala-SNAPSHOT.sh
  5. quickstart-scala.sh
  6. quickstart-SNAPSHOT.sh
  7. quickstart.sh
  8. 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)