You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/04/22 10:58:03 UTC

[incubator-dolphinscheduler] branch dev updated: sovle error that zookeeper.quorum configuration in install.sh (#2489)

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 <64...@qq.com>
AuthorDate: Wed Apr 22 18:57:52 2020 +0800

    sovle error that zookeeper.quorum configuration in install.sh (#2489)
    
    Co-authored-by: sunchaohe <su...@linklogis.com>
    Co-authored-by: dailidong <da...@gmail.com>
---
 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