[REEF-1942] Add ability for .NET Client to wait for Driver to complete.

  * Added `IJobSubmissionResult.WaitForDriverToFinish()` which blocks
    until the Driver is done. This uses a new HTTP handler on the Java
    side of the Driver.
  * Added `DriverStatusHTTPHandler` to REEF / Java to query the Driver's
    status via HTTP and added that Handler to the Driver Configuration
    used by REEF.NET.
  * Added a call to block at the end of HelloREEF.

This change also adds a bunch of infrastructure to make this more
informative in the future, e.g. `DriverStatus` in .NET. To keep this
focused, I did not expose that machinery.

JIRA:
  [REEF-1942](https://issues.apache.org/jira/browse/REEF-1942)

Pull Request:
  This closes #1408
8 files changed
tree: 745ca8cdab5c66caac36405172d809659a648109
  1. bin/
  2. dev/
  3. lang/
  4. website/
  5. .gitattributes
  6. .gitignore
  7. .travis.yml
  8. appveyor.yml
  9. Doxyfile
  10. HEADER
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Apache REEF™

Apache REEF™ (Retainable Evaluator Execution Framework) is a library for developing portable applications for cluster resource managers such as Apache Hadoop YARN or Apache Mesos. For example, Microsoft Azure Stream Analytics is built on REEF and Hadoop.

Online Documentation

Detailed information on REEF can be found in the following places:

The developer mailing list is the best way to reach REEF‘s developers when the above aren’t sufficient.

Build Status

ComponentOSStatus
REEF JavaUbuntuBuild Status
REEF.NETWindowsBuild status

Building REEF

Java.NET
Build & run unit testsjava\BUILD.mdcs\BUILD.md

Releases

downloads NuGet package

License

Apache 2.0