Commit for release 0.6.1-incubating
29 files changed
tree: a11c46ae2407c71244579aa23643f41338e0c4c2
  1. docs/
  2. flink-addons/
  3. flink-clients/
  4. flink-compiler/
  5. flink-core/
  6. flink-dist/
  7. flink-examples/
  8. flink-java/
  9. flink-java8-tests/
  10. flink-quickstart/
  11. flink-runtime/
  12. flink-scala/
  13. flink-test-utils/
  14. flink-tests/
  15. tools/
  16. CONTRIBUTORS
  17. DEPENDENCIES
  18. DISCLAIMER
  19. LICENSE
  20. NOTICE
  21. pom.xml
  22. README.md
README.md

Apache Flink (incubating)

Apache Flink is an open source system for expressive, declarative, fast, and efficient data analysis. Flink combines the scalability and programming flexibility of distributed MapReduce-like platforms with the efficiency, out-of-core execution, and query optimization capabilities found in parallel databases.

Learn more about Flink at http://flink.incubator.apache.org/

Build Apache Flink

Build From Source

Requirements

  • Unix-like environment (We use Linux, Mac OS X, Cygwin)
  • git
  • Maven (at least version 3.0.4)
  • Java 6, 7 or 8 (Note that Oracle's JDK 6 library will fail to build Flink, but is able to run a pre-compiled package without problem)
git clone https://github.com/apache/incubator-flink.git
cd incubator-flink
mvn clean package -DskipTests # this will take up to 5 minutes

Flink is now installed in flink-dist/target

Support

Don’t hesitate to ask!

Please contact the developers on our mailing lists if you need help.

Open an issue if you found a bug in Flink.

Documentation

The documentation of Apache Flink is located on the website: http://flink.incubator.apache.org or in the docs/ directory of the source code.

Fork and Contribute

This is an active open-source project. We are always open to people who want to use the system or contribute to it. Contact us if you are looking for implementation tasks that fit your skills. This article describes how to contribute to Apache Flink.

About

Apache Flink is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

The Apache Flink project originated from the Stratosphere research project.