Browse Source

test release 1.3.2 version rollback

pull/3/MERGE
qiaozhanwei 4 years ago
parent
commit
3191bfd19c
  1. 4
      dolphinscheduler-common/src/main/resources/common.properties

4
dolphinscheduler-common/src/main/resources/common.properties

@ -16,7 +16,7 @@
#
# resource storage type : HDFS,S3,NONE
resource.storage.type=HDFS
resource.storage.type=NONE
# 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
@ -43,7 +43,7 @@ login.user.keytab.path=/opt/hdfs.headless.keytab
hdfs.root.user=hdfs
# if resource.storage.type=S3,the value like: s3a://dolphinscheduler ; if resource.storage.type=HDFS, When namenode HA is enabled, you need to copy core-site.xml and hdfs-site.xml to conf dir
fs.defaultFS=hdfs://192.168.220.188:8020
fs.defaultFS=hdfs://mycluster:8020
# if resource.storage.type=S3,s3 endpoint
fs.s3a.endpoint=http://192.168.xx.xx:9010

Loading…
Cancel
Save