# resource store on HDFS/S3 path, resource file will store to this hadoop hdfs path, self configuration, please make sure the directory exists on hdfs and have read write permissions. "/dolphinscheduler" is recommended
resource.upload.path=/dolphinscheduler
@ -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
# if resource.storage.type=S3, s3 access key
fs.s3a.access.key=A3DXS30FO22544RE
fs.s3a.access.key=accessKey123
# if resource.storage.type=S3, s3 secret key
fs.s3a.secret.key=OloCLq3n+8+sdPHUhJ21XrSxTC+JK
fs.s3a.secret.key=secretKey123
# resourcemanager port, the default value is 8088 if not specified