spark-instrumented-optimizer/resource-managers/kubernetes
Takuya UESHIN 4419e1daca [SPARK-26445][CORE] Use ConfigEntry for hardcoded configs for driver/executor categories.
## What changes were proposed in this pull request?

The PR makes hardcoded spark.driver, spark.executor, and spark.cores.max configs to use `ConfigEntry`.

Note that some config keys are from `SparkLauncher` instead of defining in the config package object because the string is already defined in it and it does not depend on core module.

## How was this patch tested?

Existing tests.

Closes #23415 from ueshin/issues/SPARK-26445/hardcoded_driver_executor_configs.

Authored-by: Takuya UESHIN <ueshin@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2019-01-04 22:12:35 +08:00
..
core [SPARK-26445][CORE] Use ConfigEntry for hardcoded configs for driver/executor categories. 2019-01-04 22:12:35 +08:00
docker/src/main/dockerfiles/spark [SPARK-26083][K8S] Add Copy pyspark into corresponding dir cmd in pyspark Dockerfile 2018-12-03 15:36:41 -08:00
integration-tests [SPARK-26194][K8S] Auto generate auth secret for k8s apps. 2018-12-06 14:17:13 -08:00