tree: da4ac6d1a257e827dd48b0bee74d40a9fc64ba6e [path history] [tgz]
  1. Properties/
  2. App.config
  3. HelloDriver.cs
  4. HelloREEF.cs
  5. HelloTask.cs
  6. Org.Apache.REEF.Examples.HelloREEF.csproj
  7. packages.config
  8. Readme.md
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.