SbloodyS commented on code in PR #13303:
URL: 
https://github.com/apache/dolphinscheduler/pull/13303#discussion_r1065349584


##########
dolphinscheduler-common/src/main/resources/common.properties:
##########
@@ -21,8 +21,8 @@ data.basedir.path=/tmp/dolphinscheduler
 # resource view suffixs
 
#resource.view.suffixs=txt,log,sh,bat,conf,cfg,py,java,sql,xml,hql,properties,json,yml,yaml,ini,js
 
-# resource storage type: HDFS, S3, OSS, NONE
-resource.storage.type=NONE
+# resource storage type: LOCAL, HDFS, S3, OSS, NONE. LOCAL type is a specific 
type of HDFS with "resource.hdfs.fs.defaultFS = file:///" configuration
+resource.storage.type=LOCAL

Review Comment:
   May be we should remind users that local mode does not support reading and 
writing in distributed mode.



-- 
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]

Reply via email to