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 e5c24e547f55d727d581842219ab26034653db9f Author: peter.peng <[email protected]> AuthorDate: Thu Sep 28 18:54:53 2023 +0800 update checkAdd.sh : 1, use english desc. to raplace chinese desc. --- linkis-dist/deploy-config/db.sh | 29 +++++++++++++++++++++++++++-- linkis-dist/deploy-config/linkis-env.sh | 4 ++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/linkis-dist/deploy-config/db.sh b/linkis-dist/deploy-config/db.sh index 24d3ae217..586a2b349 100644 --- a/linkis-dist/deploy-config/db.sh +++ b/linkis-dist/deploy-config/db.sh @@ -28,9 +28,34 @@ PG_SCHEMA= PG_USER= PG_PASSWORD= - ### Provide the DB information of Hive metadata database. ### Attention! If there are special characters like "&", they need to be enclosed in quotation marks. HIVE_META_URL="" HIVE_META_USER="" -HIVE_META_PASSWORD="" \ No newline at end of file +HIVE_META_PASSWORD="" + +LK_HOST= +OLK_PORT= +OLK_CATALOG= +OLK_SCHEMA= +OLK_USER= +OLK_PASSWORD= + +PRESTO_HOST= +PRESTO_PORT= +PRESTO_CATALOG= +PRESTO_SCHEMA= + +### define impala parameters for connection. +IMPALA_HOST= +IMPALA_PORT= + +### define trino parameters for connection. +TRINO_COORDINATOR_HOST= +TRINO_COORDINATOR_PORT= +TRINO_COORDINATOR_CATALOG= +TRINO_COORDINATOR_SCHEMA= + +### define seatunnel parameters for connection. +SEATUNNEL_HOST= +SEATUNNEL_PORT= \ No newline at end of file diff --git a/linkis-dist/deploy-config/linkis-env.sh b/linkis-dist/deploy-config/linkis-env.sh index a75a60f9a..3272125f1 100644 --- a/linkis-dist/deploy-config/linkis-env.sh +++ b/linkis-dist/deploy-config/linkis-env.sh @@ -177,3 +177,7 @@ export PROMETHEUS_ENABLE=false export ENABLE_HDFS=true export ENABLE_HIVE=true export ENABLE_SPARK=true + +## if MYSQL_CONNECT_JAVA_PATH is set, the linkis can check JDBC driver +MYSQL_CONNECT_JAVA_PATH= +OLK_JDBC_PATH= \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
