guoxiaolongzte created SPARK-20577:
--------------------------------------

             Summary: Add REST API Documentation in Cluster Mode
                 Key: SPARK-20577
                 URL: https://issues.apache.org/jira/browse/SPARK-20577
             Project: Spark
          Issue Type: Improvement
          Components: Documentation, Spark Core
    Affects Versions: 2.1.0, 2.1.1
            Reporter: guoxiaolongzte
            Priority: Minor


Add REST API Documentation in Cluster Mode.
Include:
   Submit an application to the Master with parameters specified in the 
request.The request is assumed to be a [[SubmitRestProtocolRequest]] in the 
form of JSON.If the request is successfully processed, return an appropriate 
response to the client indicating so.

   If a submission ID is specified in the URL, have the Master kill the 
corresponding
Driver and return an appropriate response to the client.

   If a submission ID is specified in the URL, request the status of the 
corresponding
Driver from the Master and include it in the response.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to