Yichen Zhou created KYLIN-3535:
----------------------------------
Summary: kylin-port-replace-util.sh could not take effect
Key: KYLIN-3535
URL: https://issues.apache.org/jira/browse/KYLIN-3535
Project: Kylin
Issue Type: Bug
Components: Others
Reporter: Yichen Zhou
$KYLIN_HOME/bin/kylin-port-replace-util.sh replace web servers port in
kylin.properties:
{quote}sed -i
"s/kylin.server.cluster-servers=\(.*\).*:\(.*\)/kylin.server.cluster-servers=\1:${new_kylin_port}/g"
${KYLIN_CONFIG_FILE}
{quote}
However, all configurations in kylin.properties are commented out by default.
New port numbers will not take effect unless being uncommented manually.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)