[ 
https://issues.apache.org/jira/browse/SPARK-20577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994499#comment-15994499
 ] 

Apache Spark commented on SPARK-20577:
--------------------------------------

User 'guoxiaolongzte' has created a pull request for this issue:
https://github.com/apache/spark/pull/17841

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

Reply via email to