From e9776e3bf1459504afa30dd6204d5e1ec9aac25a Mon Sep 17 00:00:00 2001 From: peacewong Date: Wed, 25 May 2022 11:53:03 +0800 Subject: [PATCH] Added instructions for other upper-level components to be compatible with 1.1.1 --- docs/deployment/quick_deploy.md | 6 ++++++ .../current/deployment/quick_deploy.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/docs/deployment/quick_deploy.md b/docs/deployment/quick_deploy.md index c59aee52fc2..7fdcadaadaa 100644 --- a/docs/deployment/quick_deploy.md +++ b/docs/deployment/quick_deploy.md @@ -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. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md index 1ccc4d1de36..697ee3dc217 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/quick_deploy.md @@ -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 启动服务: 在安装目录执行以下命令,启动所有服务: