Skip to content

Instantly share code, notes, and snippets.

@milnomada
Created August 12, 2018 16:08
Show Gist options
  • Select an option

  • Save milnomada/25066c007fb27d62efe3c3dab11682bd to your computer and use it in GitHub Desktop.

Select an option

Save milnomada/25066c007fb27d62efe3c3dab11682bd to your computer and use it in GitHub Desktop.
# Zeppelin install
pkg="zeppelin-0.8.0-bin-all.tgz"
wget "http://apache.rediris.es/zeppelin/zeppelin-0.8.0/$pkg"
tar xvzf $pkg
cd zeppelin-0.8.0-bin-all
prinf "Installing interpreters... \n"
./bin/install-interpreter.sh --all
printf "Starting Zeppelin... \n"
./bin/zeppelin-daemon.sh start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment