Skip to content

Commit

Permalink
Added instructions for other upper-level components to be compatible …
Browse files Browse the repository at this point in the history
…with 1.1.1
  • Loading branch information
peacewong committed May 25, 2022
1 parent 27ac748 commit e9776e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/deployment/quick_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ cp mysql-connector-java-5.1.49.jar {LINKIS_HOME}/lib/linkis-commons/public-modul

### 5. Linkis quick startup

**Notice** that if you use dss or other projects that rely on linkis version < 1.1.1, you also need to modify the linkis.properties file:
```shell
echo "wds.linkis.session.ticket.key=bdp-user-ticket-id" >> linkis.properties
```


(1). Start services

Run the following commands on the installation directory to start all services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ cp mysql-connector-java-5.1.49.jar {LINKIS_HOME}/lib/linkis-commons/public-modu

### 4.5 快速启动Linkis

**注意** 如果您用的dss或者其他项目依赖的linkis版本<1.1.1,还需要修改linkis.properties文件:
```shell
echo "wds.linkis.session.ticket.key=bdp-user-ticket-id" >> linkis.properties
```

#### 4.5.1 启动服务:

在安装目录执行以下命令,启动所有服务:
Expand Down

0 comments on commit e9776e3

Please sign in to comment.