Anirudh Ramanathan created SPARK-24793:
------------------------------------------

             Summary: Make spark-submit more useful with k8s
                 Key: SPARK-24793
                 URL: https://issues.apache.org/jira/browse/SPARK-24793
             Project: Spark
          Issue Type: Improvement
          Components: Kubernetes
    Affects Versions: 2.3.0
            Reporter: Anirudh Ramanathan
            Assignee: Anirudh Ramanathan


Support controlling the lifecycle of Spark Application through spark-submit. 
For example:

```
  --kill app_name           If given, kills the driver specified.
  --status app_name      If given, requests the status of the driver specified.
```

I think this is pretty useful to have instead of forcing a user to use kubectl 
to manage the lifecycle of any k8s Spark Application.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to