Skip to content

Instantly share code, notes, and snippets.

@hochun836
Created August 5, 2021 08:15
Show Gist options
  • Save hochun836/6b91bc0f0ef86e7ccdc9eb81875d85f2 to your computer and use it in GitHub Desktop.
Save hochun836/6b91bc0f0ef86e7ccdc9eb81875d85f2 to your computer and use it in GitHub Desktop.
# base
CDH is Cloudera Distribution Hadoop
HDP is Hortonworks Data Platform
CDP is Cloudera Data Platform
=> ref: https://www.facebook.com/athemaster.com.tw/posts/1549152648578324
# zeppelin
jps | grep ZeppelinServer
cat /var/run/zeppelin/zeppelin-zeppelin-sandbox-hdp.hortonworks.com.pid
cat /var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.7.0/package/scripts/service_check.py
ls -al /usr/hdp/current/zeppelin-server // -> /usr/hdp/2.6.5.0-292/zeppelin
ls -al /usr/hdp/2.6.5.0-292/zeppelin
/usr/hdp/2.6.5.0-292/zeppelin/bin/zeppelin-daemon.sh -v // v: version
/usr/hdp/2.6.5.0-292/zeppelin/bin/zeppelin-daemon.sh <start|stop|upstart|restart|reload|status>
/usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -h
/usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -l // l: list
/usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -a // a: install all
/usr/hdp/2.6.5.0-292/zeppelin/bin/install-interpreter.sh -n <names> // install interpreters (names by comma separator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment