Last active
January 29, 2018 14:06
-
-
Save andywirv/c6c1177f3b54749cc8df96641b017e16 to your computer and use it in GitHub Desktop.
Run zk cli on DC/OS instance
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
export JAVA_HOME=/opt/mesosphere/ | |
cd /opt/mesosphere/bin/ | |
./zkCli.sh -server leader.mesos:2181 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment