Manual upgrade procedure for Zeppelin
Basically, newer version of Zeppelin works with previous version notebook directory and configurations.
So, copying notebook
and conf
directory should be enough.
Instructions
Stop Zeppelin
bin/zeppelin-daemon.sh stop
Copy your
notebook
andconf
directory into a backup directoryDownload newer version of Zeppelin and Install. See Install page.
Copy backup
notebook
andconf
directory into newer version of Zeppelinnotebook
andconf
directoryStart Zeppelin
bin/zeppelin-daemon.sh start