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

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.

1 participant