From 0aff45ca5562d3cd98d01465fbd55c3e0634d6ef Mon Sep 17 00:00:00 2001 From: zixi0825 <649790970@qq.com> Date: Wed, 22 Apr 2020 18:57:52 +0800 Subject: [PATCH] sovle error that zookeeper.quorum configuration in install.sh (#2489) Co-authored-by: sunchaohe Co-authored-by: dailidong --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 20b293f697..a1323952a7 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