kezhenxu94 commented on a change in pull request #8066: URL: https://github.com/apache/dolphinscheduler/pull/8066#discussion_r785587054
########## File path: dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/common.properties ########## @@ -46,16 +46,16 @@ kerberos.expire.time=2 hdfs.root.user=hdfs # if resource.storage.type=S3, the value like: s3a://dolphinscheduler; if resource.storage.type=HDFS and namenode HA is enabled, you need to copy core-site.xml and hdfs-site.xml to conf dir -fs.defaultFS=hdfs://hdfs:8020 +fs.defaultFS=s3a://dolphinscheduler # if resource.storage.type=S3, s3 endpoint -fs.s3a.endpoint=http://192.168.xx.xx:9010 +fs.s3a.endpoint=http://10.1.0.1:9000 Review comment: Can we just use http://s3:3000? -- 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]
