Hongrong Cao created KYLIN-5715: ----------------------------------- Summary: When the character set of the operating system is zh_CN.UTF-8, the hadoop_conf file in the KE installation directory before the upgrade cannot be copied using the upgrade script Key: KYLIN-5715 URL: https://issues.apache.org/jira/browse/KYLIN-5715 Project: Kylin Issue Type: Bug Affects Versions: 5.0-beta Reporter: Hongrong Cao Assignee: Yinghao Lin Fix For: 5.0.0
The following steps in the upgrade.sh script do not copy the old environment file directory successfully. During the execution of this script, the result of diff is "Only in" in Chinese, not "Only in" in English, and the script needs to match the English "Only in", so it fails to copy the old environment's hadoop_config directory successfully in this step. which is required to match the English "Only in" in the script, so the old environment's hadoop_conf cannot be copied successfully in this step. Upgrade scripts need to take into account that differences in the character set of theĀ environment and other factors may result in commands not executing as expected. -- This message was sent by Atlassian Jira (v8.20.10#820010)