mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? There has been issues with downloading\caching Spark, esp in #1689 #1696 This is hotfix for Spark download on CI. ### What type of PR is it? Hot Fix ### Todos - [x] do not use distrs.apache.org - [x] levirage `download-maven-plugin` cache for Spark download - [x] set timeout 1min and 5 re-tries on download - [x] un-pack them under `/target/` so `mvn clean` works as expected - [x] mute logs for `./testing/install_external_dependencies.sh` ### How should this be tested? In CI logs, Spark should be downloaded by `spark-dependencies` and cached under `${HOME}/.m2/repository/.cache/maven-download-plugin` ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Alexander Bezzubov <bzz@apache.org> Closes #1709 from bzz/make-ci-stabel and squashes the following commits: |
||
|---|---|---|
| .. | ||
| downloadSpark.sh | ||
| install_external_dependencies.sh | ||