@@ -4,21 +4,12 @@ deployUser=hadoop
44# ## The install home path of DSS,Must provided
55DSS_INSTALL_HOME=/appcom/Install/DSS
66
7- # ## Linkis EUREKA information.
8- EUREKA_INSTALL_IP=127.0.0.1 # Microservices Service Registration Discovery Center
9- EUREKA_PORT=20303
10-
117# ## Specifies the user workspace, which is used to store the user's script files and log files.
128# ## Generally local directory
139WORKSPACE_USER_ROOT_PATH=file:///tmp/linkis/
1410# ## Path to store job ResultSet:file or hdfs path
1511RESULT_SET_ROOT_PATH=hdfs:///tmp/linkis
1612
17- # ## 1、DataCheck APPJOINT,This service is used to provide DataCheck capability.
18- HIVE_META_URL=jdbc:mysql://127.0.0.1:3306/hivemeta? characterEncoding=UTF-8
19- HIVE_META_USER=xxx
20- HIVE_META_PASSWORD=xxx
21-
2213# ################## The install Configuration of all Micro-Services #####################
2314#
2415# NOTICE:
@@ -43,13 +34,22 @@ APPJOINT_ENTRANCE_PORT=9005
4334FLOW_EXECUTION_INSTALL_IP=127.0.0.1
4435FLOW_EXECUTION_PORT=9006
4536
37+ # ## Linkis EUREKA information.
38+ EUREKA_INSTALL_IP=127.0.0.1 # Microservices Service Registration Discovery Center
39+ EUREKA_PORT=20303
40+
4641# ## Linkis Gateway information
4742GATEWAY_INSTALL_IP=127.0.0.1
4843GATEWAY_PORT=9001
4944
5045# ## SSH Port
5146SSH_PORT=22
5247
48+ # ## 1、DataCheck APPJOINT,This service is used to provide DataCheck capability.
49+ HIVE_META_URL=jdbc:mysql://127.0.0.1:3306/hivemeta? characterEncoding=UTF-8
50+ HIVE_META_USER=xxx
51+ HIVE_META_PASSWORD=xxx
52+
5353# Used to store the azkaban project transformed by DSS
5454WDS_SCHEDULER_PATH=file:///appcom/tmp/wds/scheduler
5555
0 commit comments