tree: 2b44af4f87aa588111685bda8325e5719d3f6d34 [path history] [tgz]
  1. Properties/
  2. HelloDriver.cs
  3. HelloDriverYarn.cs
  4. HelloREEF.cs
  5. HelloREEFYarn.cs
  6. HelloTask.cs
  7. Org.Apache.REEF.Examples.HelloREEF.csproj
  8. packages.config
  9. Readme.md
  10. Run.cs
lang/cs/Org.Apache.REEF.Examples.HelloREEF/Readme.md

# HelloREEF This project contains a simple example of a REEF Program. It contains the following classes:

  • HelloREEF: This is the program that submits the driver to the local runtime.
  • HelloDriver: The Driver requests a single Evaluator and submits the HelloTask to it.
  • HelloTask: This Task prints a greeting to STDOUT of the Evaluator.

Running it

Just run the main class, HelloREEF, followed by the runtime you want, e.g. local.