|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Interface for job submission on a REEF cluster More...
Inherited by Org.Apache.REEF.Client.Local.LocalClient, Org.Apache.REEF.Client.Yarn.YarnREEFClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.
Public Member Functions | |
| void | Submit (JobRequest jobRequest) |
| Submit the job described in jobRequest to the cluster. More... | |
| IJobSubmissionResult | SubmitAndGetJobStatus (JobRequest jobRequest) |
| Submit the job described in jobRequest to the cluster. More... | |
| Task< FinalState > | GetJobFinalStatus (string appId) |
| Returns the application status in running the job More... | |
Interface for job submission on a REEF cluster
| Task<FinalState> Org.Apache.REEF.Client.API.IREEFClient.GetJobFinalStatus | ( | string | appId | ) |
Returns the application status in running the job
| appId |
Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.
| void Org.Apache.REEF.Client.API.IREEFClient.Submit | ( | JobRequest | jobRequest | ) |
Submit the job described in jobRequest to the cluster.
| jobRequest |
Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.
| IJobSubmissionResult Org.Apache.REEF.Client.API.IREEFClient.SubmitAndGetJobStatus | ( | JobRequest | jobRequest | ) |
Submit the job described in jobRequest to the cluster.
Expect IJobSubmissionResult returned after the call.
| jobRequest |
Implemented in Org.Apache.REEF.Client.Local.LocalClient, and Org.Apache.REEF.Client.YARN.YarnREEFDotNetClient.
1.8.11