SbloodyS commented on code in PR #10264: URL: https://github.com/apache/dolphinscheduler/pull/10264#discussion_r883349371
########## docs/docs/en/guide/resource/configuration.md: ########## @@ -2,13 +2,23 @@ The Resource Center is usually used for operations such as uploading files, UDF functions, and task group management. You can appoint the local file directory as the upload directory for a single machine (this operation does not need to deploy Hadoop). Or you can also upload to a Hadoop or MinIO cluster, at this time, you need to have Hadoop (2.6+) or MinIO or other related environments. +## Local File Resource Configuration +For a single machine, you can choose to use local file directory as the upload directory (no need to deploy Hadoop) by making the following configuration. + +### Configuring the common.properties + +Configure the file in the following paths: `api-server/conf/common.properties` and `worker-server/conf/common.properties`. + +- Change 'data.basedir.path' to the local directory path. Please make sure the directory exists and have read write permissions, such as: `data.basedir.path=C:/tmp/dolphinscheduler`. Review Comment: BTW, currently we only support Linux type system in ds. Running ds in windows may cause unexpected problems. So we'd better not use some content with windows features in the documents. -- 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]
