You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Igor Khrol (Jira)" <ji...@apache.org> on 2019/08/29 10:17:00 UTC

[jira] [Created] (AIRFLOW-5344) --proxy-user parameter support in SparkSubmitOperator

Igor Khrol created AIRFLOW-5344:
-----------------------------------

             Summary: --proxy-user parameter support in SparkSubmitOperator
                 Key: AIRFLOW-5344
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5344
             Project: Apache Airflow
          Issue Type: Task
          Components: operators
    Affects Versions: 1.10.4
            Reporter: Igor Khrol


`spark2-submit` supports `--proxy-user` parameter which is not currently handled by SparkSubmitOperator.

 

```

$ spark2-submit --help 2>&1 | grep proxy

  --proxy-user NAME           User to impersonate when submitting the application.

```



--
This message was sent by Atlassian Jira
(v8.3.2#803003)