GitHub user JunHe77 opened a pull request:
https://github.com/apache/bigtop/pull/376
BIGTOP-3054: Missing Spark archive caused Zeppelin build failure
Zeppelin uses Spark-2.2.1 archive defined in bigtop.bom. This archive
is moved from www.apache.org to archive.apache.org.
So update zeppelin build script to point to Apache's archive site.
Change-Id: Ib637c36d3623fd856d50122875a0e65b1cc82723
Signed-off-by: Jun He <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunHe77/bigtop BIGTOP-3054
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/376.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 #376
----
commit 5f3cf58bf6eeae0302027a9f0b67853869deaf4c
Author: Jun He <jun.he@...>
Date: 2018-07-24T06:34:40Z
BIGTOP-3054: Missing Spark archive caused Zeppelin build failure
Zeppelin uses Spark-2.2.1 archive defined in bigtop.bom. This archive
is moved from www.apache.org to archive.apache.org.
So update zeppelin build script to point to Apache's archive site.
Change-Id: Ib637c36d3623fd856d50122875a0e65b1cc82723
Signed-off-by: Jun He <[email protected]>
----
---