[
https://issues.apache.org/jira/browse/AIRFLOW-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395080#comment-16395080
]
ASF subversion and git services commented on AIRFLOW-2140:
----------------------------------------------------------
Commit 64100d2a2e0b9dafbd2f0b355d414781d98f41c9 in incubator-airflow's branch
refs/heads/master from [~RJKeevil]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=64100d2 ]
[AIRFLOW-2140] Add Kubernetes scheduler to SparkSubmitOperator
Closes #3112 from RJKeevil/spark-k8s
> Add Kubernetes Scheduler to Spark Submit Operator
> -------------------------------------------------
>
> Key: AIRFLOW-2140
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2140
> Project: Apache Airflow
> Issue Type: New Feature
> Affects Versions: 1.9.0
> Reporter: Rob Keevil
> Assignee: Rob Keevil
> Priority: Major
> Fix For: 2.0.0
>
>
> Spark 2.3 adds the Kubernetes resource manager to Spark, alongside the
> existing Standalone, Yarn and Mesos resource managers.
> https://github.com/apache/spark/blob/master/docs/running-on-kubernetes.md
> We should extend the spark submit operator to enable the new K8s spark submit
> options, and to be able to monitor Spark jobs running within Kubernetes.
> I already have working code for this, I need to test the monitoring/log
> parsing code and make sure that Airflow is able to terminate Kubernetes pods
> when jobs are cancelled etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)