安装执行时提示找不到bin/status-all.sh #7010
wuwensheng1
started this conversation in
General
Replies: 1 comment
-
1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
starting api-server, logging to /root/dolphinscheduler/logs/dolphinscheduler-api-server-node123.out
nohup /usr/java/jdk1.8/bin/java/bin/java -Dlogging.config=classpath:logback-api.xml -Dspring.profiles.active=api -Xms1g -Xmx1g -Xmn512m -server -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=128m -Xss512k -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:LargePageSizeInBytes=128m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -XX:+PrintGCDetails -Xloggc:/root/dolphinscheduler/logs/gc.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dump.hprof -XshowSettings:vm -classpath /root/dolphinscheduler/conf:/root/dolphinscheduler/lib/* org.apache.dolphinscheduler.api.ApiApplicationServer > /root/dolphinscheduler/logs/dolphinscheduler-api-server-node123.out 2>&1 &
End start api-server.
query server status
sh: bin/status-all.sh: 没有那个文件或目录
Beta Was this translation helpful? Give feedback.
All reactions