public interface JobSubmitter
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
submitJob(RunJobParameters parameters)
Submit job to cluster
|
org.apache.hadoop.yarn.api.records.ApplicationId submitJob(RunJobParameters parameters) throws IOException, org.apache.hadoop.yarn.exceptions.YarnException
parameters
- run job parametersorg.apache.hadoop.yarn.exceptions.YarnException
- for issues while contacting YARN daemonsIOException
- for other issues.Copyright © 2008–2022 Apache Software Foundation. All rights reserved.