Skip to content

Commit 61526b0

Browse files
authored
Merge pull request #60 from chaogefeng/master
Add Lite install script and documentation
2 parents b30a4b3 + e5d927a commit 61526b0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

conf/config.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ deployUser=hadoop
44
### The install home path of DSS,Must provided
55
DSS_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
139
WORKSPACE_USER_ROOT_PATH=file:///tmp/linkis/
1410
### Path to store job ResultSet:file or hdfs path
1511
RESULT_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
4334
FLOW_EXECUTION_INSTALL_IP=127.0.0.1
4435
FLOW_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
4742
GATEWAY_INSTALL_IP=127.0.0.1
4843
GATEWAY_PORT=9001
4944

5045
### SSH Port
5146
SSH_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
5454
WDS_SCHEDULER_PATH=file:///appcom/tmp/wds/scheduler
5555

0 commit comments

Comments
 (0)