Repository: ambari Updated Branches: refs/heads/branch-2.4 8b89e478d -> ca6c48369
AMBARI-17276. Zeppelin: Intermittent failure while downloading example notebooks. (Renjith Kamath via dipayanb) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ca6c4836 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ca6c4836 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ca6c4836 Branch: refs/heads/branch-2.4 Commit: ca6c483697c6e63485dc890c3c14bdadcb9b664e Parents: 8b89e47 Author: Dipayan Bhowmick <[email protected]> Authored: Fri Jun 17 15:23:43 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Fri Jun 17 15:24:15 2016 +0530 ---------------------------------------------------------------------- .../ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ca6c4836/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh index d81369f..8612d64 100644 --- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh +++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/setup_snapshot.sh @@ -73,7 +73,7 @@ SetupZeppelin () { echo "Importing notebooks" mkdir -p notebook cd notebook - wget https://github.com/hortonworks-gallery/zeppelin-notebooks/archive/master.zip -O notebooks.zip + wget https://codeload.github.com/hortonworks-gallery/zeppelin-notebooks/zip/master -O notebooks.zip unzip notebooks.zip if [ -d "zeppelin-notebooks-master" ]; then
