EricPyZhou edited a comment on issue #6072: URL: https://github.com/apache/dolphinscheduler/issues/6072#issuecomment-921359935
> @EricPyZhou Great, assign to you. Hi, just spent time setting up the dev environment for the task. One problem occurred during running MasterServer is that the error says _plugin dir not exists ! lib/plugin/registry_ I therefore changed the registry.plugin.dir to dolphinscheduler-dist/target/dolphinscheduler-dist-1.3.6-SNAPSHOT/lib/plugin/registry/zookeeper according to the instruction. But the terminal freezes when starting the MasterServer again  Here is my registry.properties setting just for convience:  Anything I can do to try to debug? BTW: I didnt do this line because there is no existing zookeeper.preperties file in the module _Modify the service module try to change the zookeeper.quorum part of the zookeeper.properties file zookeeper.quorum=localhost:2181_ UPDATE: By Adding stdout and comment out appender-ref that does not its corresponding appender, the Master Server starts <root level="INFO"> <appender-ref ref="STDOUT"/> <!-- 添加控制台输出 --> <!-- <appender-ref ref="TASKLOGFILE"/>--> <!-- <appender-ref ref="WORKERLOGFILE"/>--> <!-- <appender-ref ref="SKYWALKING-LOG"/>--> </root> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
