Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 7c9f1a9

Browse files
committed
Update manifest with spark SNAPSHOT.tgz
This includes the shell-escape fix. The snapshot is temporary. Once the other features are added and a release is made, these links need to be updated again.
1 parent 7b2bb6c commit 7c9f1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"spark_version": "2.2.1",
33
"default_spark_dist": {
44
"hadoop_version": "2.6",
5-
"uri": "svt-dev.s3.amazonaws.com/spark/spark-2.2.1-bin-2.6.5-DCOS-38138.tgz"
5+
"uri": "https://downloads.mesosphere.com/spark/assets/spark-2.2.1-3-SNAPSHOT-bin-2.6.tgz"
66
},
77
"spark_dist": [
88
{
99
"hadoop_version": "2.6",
10-
"uri": "https://downloads.mesosphere.com/spark/assets/spark-2.2.1-2-bin-2.6.tgz"
10+
"uri": "https://downloads.mesosphere.com/spark/assets/spark-2.2.1-3-SNAPSHOT-bin-2.6.tgz"
1111
},
1212
{
1313
"hadoop_version": "2.7",
14-
"uri": "https://downloads.mesosphere.com/spark/assets/spark-2.2.1-2-bin-2.7.tgz"
14+
"uri": "https://downloads.mesosphere.com/spark/assets/spark-2.2.1-3-SNAPSHOT-bin-2.7.tgz"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)