Skip to content

Commit

Permalink
1, update db.sh: add db information for addtional engines;
Browse files Browse the repository at this point in the history
2,update linkis-env.sh, add MySQL and Openlookeng JDBC PATH defination.
  • Loading branch information
vincentwcpeng authored and casionone committed Oct 25, 2023
1 parent e5c24e5 commit 5b9a688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion linkis-dist/deploy-config/db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ HIVE_META_URL=""
HIVE_META_USER=""
HIVE_META_PASSWORD=""

LK_HOST=
### define openLookeng parameters for connection.
OLK_HOST=
OLK_PORT=
OLK_CATALOG=
OLK_SCHEMA=
OLK_USER=
OLK_PASSWORD=

### define Presto parameters for connection.
PRESTO_HOST=
PRESTO_PORT=
PRESTO_CATALOG=
Expand Down
2 changes: 1 addition & 1 deletion linkis-dist/deploy-config/linkis-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ 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
## define MYSQL_CONNECT_JAVA_PATH&OLK_JDBC_PATH, the linkis can check JDBC driver
MYSQL_CONNECT_JAVA_PATH=
OLK_JDBC_PATH=

0 comments on commit 5b9a688

Please sign in to comment.