GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/3075
[HOTFIX] Change Spark download url for spark 1.6.x
### What is this PR for?
Spark 1.6 was removed from CDN. We need to download it from apache archive.
### What type of PR is it?
[Hot Fix]
### Todos
* [x] - Change the location for downloading Spark 1.6.x
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin
hotfix/change-spark-download-location
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3075.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3075
----
commit 9f63f8358ec1b60fdc76b1dcd346b214acd20719
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-17T00:55:22Z
Change download url for spark 1.6.x
----
---