This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 0aff45c sovle error that zookeeper.quorum configuration in install.sh
(#2489)
0aff45c is described below
commit 0aff45ca5562d3cd98d01465fbd55c3e0634d6ef
Author: zixi0825 <[email protected]>
AuthorDate: Wed Apr 22 18:57:52 2020 +0800
sovle error that zookeeper.quorum configuration in install.sh (#2489)
Co-authored-by: sunchaohe <[email protected]>
Co-authored-by: dailidong <[email protected]>
---
install.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/install.sh b/install.sh
index 20b293f..a132395 100644
--- a/install.sh
+++ b/install.sh
@@ -52,11 +52,8 @@ sed -i ${txt}
"s#hadoop.security.authentication.startup.state.*#hadoop.security.
sed -i ${txt}
"s#java.security.krb5.conf.path.*#java.security.krb5.conf.path=${krb5ConfPath}#g"
conf/common.properties
sed -i ${txt}
"s#login.user.keytab.username.*#login.user.keytab.username=${keytabUserName}#g"
conf/common.properties
sed -i ${txt}
"s#login.user.keytab.path.*#login.user.keytab.path=${keytabPath}#g"
conf/common.properties
-sed -i ${txt} "s#zookeeper.quorum.*#zookeeper.quorum=${zkQuorum}#g"
conf/common.properties
-
+sed -i ${txt} "s#zookeeper.quorum.*#zookeeper.quorum=${zkQuorum}#g"
conf/zookeeper.properties
sed -i ${txt} "s#server.port.*#server.port=${apiServerPort}#g"
conf/application-api.properties
-
-
sed -i ${txt} "s#mail.server.host.*#mail.server.host=${mailServerHost}#g"
conf/alert.properties
sed -i ${txt} "s#mail.server.port.*#mail.server.port=${mailServerPort}#g"
conf/alert.properties
sed -i ${txt} "s#mail.sender.*#mail.sender=${mailSender}#g"
conf/alert.properties