12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ips=${ips:-"localhost"}
- sshPort=${sshPort:-"22"}
- masters=${masters:-"localhost"}
- workers=${workers:-"localhost:default"}
- alertServer=${alertServer:-"localhost"}
- apiServers=${apiServers:-"localhost"}
- installPath=${installPath:-"/root/apache-dolphinscheduler-*-SNAPSHOT-bin"}
- deployUser=${deployUser:-"dolphinscheduler"}
- zkRoot=${zkRoot:-"/dolphinscheduler"}
|