From 3191bfd19c2d53f8f95752f3ff5e73aab6a4dfe1 Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Fri, 14 Aug 2020 17:27:03 +0800 Subject: [PATCH] test release 1.3.2 version rollback --- dolphinscheduler-common/src/main/resources/common.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-common/src/main/resources/common.properties b/dolphinscheduler-common/src/main/resources/common.properties index 6e74964d87..ef49a1962f 100644 --- a/dolphinscheduler-common/src/main/resources/common.properties +++ b/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