[maven-release-plugin] copy for tag reef-project-0.10.0-incubating
[maven-release-plugin] prepare release reef-project-0.10.0-incubating
24 files changed
tree: b75433ddf07a3ec0398f9b11f0fb4a5188666389
  1. bin/
  2. reef-annotations/
  3. reef-checkpoint/
  4. reef-common/
  5. reef-examples/
  6. reef-examples-clr/
  7. reef-examples-hdinsight/
  8. reef-io/
  9. reef-poison/
  10. reef-runtime-hdinsight/
  11. reef-runtime-local/
  12. reef-runtime-yarn/
  13. reef-tang/
  14. reef-tests/
  15. reef-utils/
  16. reef-utils-hadoop/
  17. reef-wake/
  18. reef-webserver/
  19. .gitattributes
  20. .gitignore
  21. HEADER
  22. LICENSE
  23. NOTICE
  24. pom.xml
  25. README.md
README.md

Apache REEF

REEF (Retainable Evaluator Execution Framework) is a scale-out computing fabric that makes it easier to write Big Data applications on top of resource managers (e.g., Apache YARN and Mesos). For example, Azure Stream Analytics is built on REEF and Hadoop. Apache REEF is currently undergoing incubation at the Apache Software Foundation.

http://reef.incubator.apache.org/

Online Documentation

You can find the latest REEF documentation, including tutorials, on the project web page. This README file contains only basic setup instructions.

Building REEF

REEF is built using Apache Maven. To build REEF and its example programs, run:

mvn -DskipTests clean install

More detailed documentation is available from the project site.