Skip to content

Commit

Permalink
removed spark-dist-uri (apache#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Rand authored Aug 24, 2017
1 parent 2045cb2 commit adfb6dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions universe/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit adfb6dd

Please sign in to comment.