Interface ContextProcessor
@Private
@Unstable
public interface ContextProcessor
This is the interface providing functionality to process
application submission context.
-
Method Summary
-
Method Details
-
process
void process(String host, String value, org.apache.hadoop.yarn.api.records.ApplicationId applicationId, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext) It will enrich the application submission context with value provided.- Parameters:
host- Address of the host from where application launched.value- Value to be filled in ApplicationSubmissionContext.applicationId- Application Id of the application.submissionContext- Context of the application.
-