EricGao888 commented on code in PR #9327: URL: https://github.com/apache/dolphinscheduler/pull/9327#discussion_r843720648
########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -91,3 +91,5 @@ development.state=false # rpc port alert.rpc.port=50052 +# Url endpoint for zeppelin RESTful API +zeppelin.rest.url="http://localhost:8080" Review Comment: May I ask where can I add parameter for zeppelin plugin instead of public parameter? Is there anything like task-plugin level `properties` file? ########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -91,3 +91,5 @@ development.state=false # rpc port alert.rpc.port=50052 +# Url endpoint for zeppelin RESTful API +zeppelin.rest.url="http://localhost:8080" Review Comment: @zhuangchong May I ask where can I add parameter for zeppelin plugin instead of public parameter? Is there anything like task-plugin level `properties` file? -- 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]
