geosmart commented on issue #5599:
URL: 
https://github.com/apache/dolphinscheduler/issues/5599#issuecomment-858615145


   > @geosmart 你好,问一下s3怎么配才可以呢,data.store2hdfs.basepath 这个才是桶中路径? 
不是resource.upload.path 这个吗?
   > 我现在配置是
   > FS_DEFAULT_FS: s3a://桶名称
   > FS_S3A_ACCESS_KEY: xxxxx
   > FS_S3A_ENDPOINT: http://s3.xxx.com
   > FS_S3A_SECRET_KEY: xxxxx
   > RESOURCE_STORAGE_TYPE: S3
   > RESOURCE_UPLOAD_PATH: /dolphinscheduler
   > 但是创建租户会失败.
   
   s3 now does not support in ds ,the configiguration only support s3a
   
   if you want to use s3, you should change the config like this 
   ```
   fs.s3.awsAccessKeyId=xxx
   fs.s3.awsSecretAccessKey=xxx
   ```
   and do some impl in the HadoopUtils class
   
   ref 
[hadoop-aws](http://hadoop.apache.org/docs/r2.10.1/hadoop-aws/tools/hadoop-aws/index.html)
 


-- 
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:
[email protected]


Reply via email to