Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Feature: Add extra spark-submit options #695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamesclarke
Copy link
Member

The following spark-submit options are really useful for tweaking the spark configuration/environment on a per-app/job basis:

  • --packages
  • --exclude-packages
  • --repositories
  • --conf
  • --properties-file

The changes to the code that enable them are simply additional arguments to the existing API/CLI and just pass them straight through to the spark submit command generator. To make things consistent with the spark-submit CLI, the corresponding arguments in AZTK maintain the same names.

@jamesclarke jamesclarke force-pushed the feature/extra-spark-submit-options branch from 3112a97 to 8075af6 Compare February 13, 2019 17:28
The following `spark-submit` options are really useful for tweaking the
spark configuration/environment on a per-app/job basis:

- `--packages`
- `--exclude-packages`
- `--repositories`
- `--conf`
- `--properties-file`

The changes to the code that enable them are simply additional arguments
to the existing API/CLI and just pass them straight through to the spark
submit command generator. To make things consistent with the `spark-submit`
CLI, the corresponding arguments in AZTK maintain the same names.
@jamesclarke jamesclarke force-pushed the feature/extra-spark-submit-options branch from 8075af6 to 9eccec9 Compare February 13, 2019 17:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant