This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -ex | |
# ATTENTION: | |
# | |
# 1. ensure you have about 1Gb on the storage of /usr/lib/ for the Zeppelin huge bundle chosen by default below, | |
# or choose a smaller bundle from Zeppelin web-site | |
# | |
# 2. adjust values of ZEPPELIN_NOTEBOOK_S3_BUCKET | |
# and ZEPPELIN_NOTEBOOK_S3_USER if you need S3-persistance of your Zeppelin Notebooks to your S3 bucket | |
# otherwize just remove all three last exports lines starting from 'export ZEPPELIN_NOTEBOOK_S' |