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

casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit ab84ee33c86703bcf59a818799eb4b0597265183
Author: zhaowenkai111 <[email protected]>
AuthorDate: Mon Oct 9 21:25:30 2023 +0800

    update JDBC check hint
---
 linkis-dist/bin/checkAdd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkis-dist/bin/checkAdd.sh b/linkis-dist/bin/checkAdd.sh
index 96068310f..99c8a58bf 100644
--- a/linkis-dist/bin/checkAdd.sh
+++ b/linkis-dist/bin/checkAdd.sh
@@ -26,7 +26,7 @@ source ${workDir}/deploy-config/db.sh
 function print_usage(){
   echo "Usage: checkAdd [EngineName]"
   echo " EngineName : The Engine name that you want to check"
-  echo " Engine list as bellow: JDBC Flink openLooKeng  Presto Sqoop 
Elasticsearch Impala Trino Seatunnel"
+  echo " Engine list as bellow: JDBC Flink openLooKeng Presto Sqoop 
Elasticsearch Impala Trino Seatunnel"
 }
 
 if [ $# -gt 1 ]; then
@@ -49,7 +49,7 @@ function checkJDBC(){
      fi
 
      if [ -z "${MYSQL_CONNECT_JAVA_PATH}" ] || [ ! -f 
${MYSQL_CONNECT_JAVA_PATH} ];then
-       echo "openLooKeng connector ${MYSQL_CONNECT_JAVA_PATH} is not exist,Pls 
check parameters in ${LinkisParDir} "
+       echo "MySQL connector ${MYSQL_CONNECT_JAVA_PATH} is not exist,Pls check 
parameters in ${LinkisParDir} "
        exit 2
      fi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to