RestSubmissionClient¶
Creating Instance¶
RestSubmissionClient takes the following to be created:
- Master URL
RestSubmissionClient is created when:
SparkSubmitis requested tokillandrequestStatusRestSubmissionClientAppis requested torun
createSubmission¶
createSubmission(
request: CreateSubmissionRequest): SubmitRestProtocolResponse
createSubmission prints out the following INFO message to the logs (with the master URL):
Submitting a request to launch an application in [master].
createSubmission...FIXME
createSubmission is used when:
- FIXME
Logging¶
Enable ALL logging level for org.apache.spark.deploy.rest.RestSubmissionClient logger to see what happens inside.
Add the following line to conf/log4j.properties:
log4j.logger.org.apache.spark.deploy.rest.RestSubmissionClient=ALL
Refer to Logging.