This is for REEF 0.11.0 incubating release rc4
update IEvaluatorReuest.cs name in the driver.csproj file
1 file changed
tree: 9172ea5273523c965951c652958c592b1110522a
  1. bin/
  2. lang/
  3. website/
  4. .gitattributes
  5. .gitignore
  6. DISCLAIMER
  7. HEADER
  8. LICENSE
  9. NOTICE
  10. pom.xml
  11. 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

Requirements

  • Java 7 Development Kit
  • Apache Maven 3 or newer. Make sure that mvn is in your PATH.
  • Protocol Buffers Compiler (protoc) 2.5. Make sure that protoc is in your PATH.

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.