Skip to content

Instantly share code, notes, and snippets.

@borhan-kazimipour
Created May 16, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borhan-kazimipour/820a7bbf015fbdcd599e81ff03867053 to your computer and use it in GitHub Desktop.
Save borhan-kazimipour/820a7bbf015fbdcd599e81ff03867053 to your computer and use it in GitHub Desktop.
Zeppelin in BigVM
#! /bin/bash
IP="$(hostname -I | cut -d' ' -f1)"
THIS_USER="$(whoami)"
zeppelin-daemon.sh start
echo
echo
echo Please do the following:
echo
echo 1- On MoVE Terminal issue:
echo " ssh -N -f -L localhost:8080:localhost:8080 ${THIS_USER}@${IP}"
echo and enter your password.
echo
echo 2- Open your browser and go to localhost:8080
echo
echo
echo
#! /bin/bash
zeppelin-daemon.sh stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment