Skip to content

Commit

Permalink
update checkAdd.sh :
Browse files Browse the repository at this point in the history
1, use english desc. to raplace chinese desc.
  • Loading branch information
vincentwcpeng committed Sep 28, 2023
1 parent a9cf92c commit 9479103
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 27 additions & 2 deletions linkis-dist/deploy-config/db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
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=
4 changes: 4 additions & 0 deletions linkis-dist/deploy-config/linkis-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=

0 comments on commit 9479103

Please sign in to comment.