You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/08 15:37:18 UTC

[jira] [Commented] (AIRFLOW-1089) Add Spark application arguments to SparkSubmitOperator

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

ASF subversion and git services commented on AIRFLOW-1089:
----------------------------------------------------------

Commit 34f072a1716350ec39464d73282127d08b83582c in incubator-airflow's branch refs/heads/v1-8-test from [~camshrun]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=34f072a ]

[AIRFLOW-1089] Add Spark application arguments

Allows arguments to be passed to the Spark
application being
submitted. For example:

- spark-submit --class foo.Bar foobar.jar arg1
arg2
- spark-submit app.py arg1 arg2

Closes #2229 from camshrun/sparkSubmitAppArgs


> Add Spark application arguments to SparkSubmitOperator
> ------------------------------------------------------
>
>                 Key: AIRFLOW-1089
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1089
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib
>    Affects Versions: Airflow 1.8
>            Reporter: Stephan Werges
>             Fix For: 1.9.0, 1.8.2
>
>
> Pass Spark application arguments to SparkSubmitOperator.  For example:
> spark-submit -class com.Foo.Bar foobar.jar arg1 arg2



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