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)