Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.webapp |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext |
RMWebAppUtil.createAppSubmissionContext(ApplicationSubmissionContextInfo newApp,
org.apache.hadoop.conf.Configuration conf)
Create the actual ApplicationSubmissionContext to be submitted to the RM
from the information provided by the user.
|
javax.ws.rs.core.Response |
RMWebServices.submitApplication(ApplicationSubmissionContextInfo newApp,
javax.servlet.http.HttpServletRequest hsr) |
javax.ws.rs.core.Response |
RMWebServiceProtocol.submitApplication(ApplicationSubmissionContextInfo newApp,
javax.servlet.http.HttpServletRequest hsr)
Function to submit an app to the RM.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.