Description
REEF.NET's client today supports fire-and-forget semantics for Job submission with no canonical way for the client to know if and when a Driver completes. This is impractical for unit tests and other applications that need to know when the Driver exited.
We should add an API to the REEF.NET Client which allows for its users to know when the Driver is done. Such an API should be either implementable by each runtime or, ideally, have a single implementation that works across runtimes.
Attachments
Issue Links
- blocks
-
REEF-1271 Add better test reporting APIs to REEF.NET
- Open
- contains
-
REEF-374 reef.net local execution does not return job completion status
- Closed
- is blocked by
-
REEF-1943 IJobSubmissionResult.DriverUrl isn't working
- Closed
- is related to
-
REEF-1951 Make DriverStatus more robust
- Resolved
- links to