geosmart commented on issue #5599: URL: https://github.com/apache/dolphinscheduler/issues/5599#issuecomment-856397577
I found that 'data.store2hdfs.basepath' config param not exist any usage. and the HadoopUtils is init root path by `resource.upload.path` the common.propertiesof resource config for minio server --- ```ini # resource config of minio server resource.storage.type=S3 resource.upload.path=/dolphinscheduler # minio bucket name fs.defaultFS=s3a://dolphinscheduler fs.s3a.endpoint=http://minioserver_ip:minioserver_port fs.s3a.access.key=ak fs.s3a.secret.key=sk # root path in bucket data.store2hdfs.basepath=/dolphinscheduler ``` -- 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]
