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