Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Spark version bug 1256 #1257

Merged
merged 13 commits into from
Jul 18, 2017
4 changes: 2 additions & 2 deletions repo/packages/Z/zeppelin/4/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"uri": {
"type": "string",
"description": "A URI serving the Spark distribution to use for the local Zeppelin Spark context. By default, this will use the value specified in this package's resource.json",
"default": "https://downloads.mesosphere.com/spark/assets/spark-2.1.0-bin-2.7.tgz"
"default": "https://downloads.mesosphere.com/spark/assets/spark-2.1.1-bin-2.7.tgz"
},
"executor_docker_image": {
"type": "string",
"description": "The docker image to launch Spark executors with. By default, this will use this value specified in this package's resource.json",
"default": "mesosphere/spark:1.1.0-2.1.0-hadoop-2.7"
"default": "mesosphere/spark:1.1.0-2.1.1-hadoop-2.7"
},
"cores_max": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions repo/packages/Z/zeppelin/4/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"container": {
"docker": {
"zeppelin": "jshenguru/dcos-zeppelin:0.7.0",
"spark": "mesosphere/spark:1.1.0-2.1.0-hadoop-2.7"
"spark": "mesosphere/spark:1.1.0-2.1.1-hadoop-2.7"
}
},
"uris": {
"spark": "https://downloads.mesosphere.com/spark/assets/spark-2.1.0-bin-2.7.tgz"
"spark": "https://downloads.mesosphere.com/spark/assets/spark-2.1.1-bin-2.7.tgz"
}
}
}