From adfb6dd10cfebf7cfc168537a7a2bd6e57eec637 Mon Sep 17 00:00:00 2001 From: Arthur Rand Date: Wed, 23 Aug 2017 18:46:30 -0700 Subject: [PATCH] removed spark-dist-uri (#171) --- universe/config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/universe/config.json b/universe/config.json index 64230b6f2020c..0d1e5e8864a1e 100644 --- a/universe/config.json +++ b/universe/config.json @@ -42,11 +42,6 @@ "type": "string", "default": "root" }, - "spark-dist-uri": { - "type": "string", - "description": "Spark distribution URI. This is only used to run spark-submit on your local machine. The DCOS Spark CLI will fetch this Spark distribution. This variable has no effect on the Spark distribution running the dispatcher, drivers, nor executors. If you want to customize the Spark build used in the jobs themselves, configure service.docker-image.", - "default": "{{spark-dist-uri}}" - }, "docker-image": { "type": "string", "description": "The docker image used to run the dispatcher, drivers, and executors. If, for example, you need a Spark built with a specific Hadoop version, set this variable to one of the images here: https://hub.docker.com/r/mesosphere/spark/tags/",