Repository: ambari Updated Branches: refs/heads/trunk f936de2f0 -> fc52d7158
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/fc52d715 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fc52d715 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fc52d715 Branch: refs/heads/trunk Commit: fc52d7158fc44651d8f00d64c351f2602cc6dbf2 Parents: f936de2 Author: Dipayan Bhowmick <[email protected]> Authored: Fri Jun 17 15:23:43 2016 +0530 Committer: Dipayan Bhowmick <[email protected]> Committed: Fri Jun 17 15:23:43 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/fc52d715/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
