You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "guoxiaolongzte (JIRA)" <ji...@apache.org> on 2017/05/03 07:14:04 UTC

[jira] [Created] (SPARK-20577) Add REST API Documentation in Cluster Mode

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org