This is an automated email from the ASF dual-hosted git repository.

yaqian pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/main by this push:
     new 0db286e  KYLIN-5069 Fix wrong file name (#1775)
0db286e is described below

commit 0db286ec3e5ae59d7b0311701d94bd0878a7668c
Author: Yaqian Zhang <598593...@qq.com>
AuthorDate: Fri Nov 19 15:05:03 2021 +0800

    KYLIN-5069 Fix wrong file name (#1775)
---
 build/bin/kylin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh
index 725b8fa..7570cc9 100755
--- a/build/bin/kylin.sh
+++ b/build/bin/kylin.sh
@@ -61,7 +61,7 @@ function retrieveDependency() {
         verbose "hdp_version is ${hdp_version}"
     fi
 
-    source ${KYLIN_HOME}/bin/prepare_hadoop_dependency.sh
+    source ${KYLIN_HOME}/bin/prepare-hadoop-dependency.sh
 
     tomcat_root=${dir}/../tomcat
     export tomcat_root

Reply via email to