You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/02/24 04:22:48 UTC

[GitHub] [incubator-dolphinscheduler] chengshiwen commented on issue #4858: use s3 resource got error

chengshiwen commented on issue #4858:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4858#issuecomment-784746865


   In 1.3.x version, the configuration is like as follows:
   ```
   resource.storage.type=S3
   fs.defaultFS=s3a://dolphinscheduler
   fs.s3a.endpoint=http://xxxxxx
   fs.s3a.access.key=xxxxxx
   fs.s3a.secret.key=xxxxxx
   ```
   As for your configuration, maybe `defautFS` should be updated to `s3a://dolphinscheduler`, and make sure the directory `/dolphinscheduler` in s3 has been created


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org