zhongjiajie commented on code in PR #10265: URL: https://github.com/apache/dolphinscheduler/pull/10265#discussion_r896865591
########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -18,7 +18,7 @@ # user data local directory path, please make sure the directory exists and have read write permissions data.basedir.path=/tmp/dolphinscheduler -# resource storage type: HDFS, S3, NONE +# resource storage type: HDFS, LOCAL, S3, NONE resource.storage.type=NONE Review Comment: I think we should use `LOCAL` as our defalut resource type which our of box and do not need users change config for more user firendly. WDYT @caishunfeng @SbloodyS ```suggestion resource.storage.type=LOCAL ``` -- 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]
