Skip to content

Commit 78806f2

Browse files
committed
Update DSS with linkis version 0.9.4 and solves some compilation errors
#Fixes #168
1 parent 5b69721 commit 78806f2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/en_US/ch1/DataSphereStudio_Compile_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```xml
88
<properties>
99
<dss.version>0.8.0</dss.version>
10-
<linkis.version>0.9.3</linkis.version>
10+
<linkis.version>0.9.4</linkis.version>
1111
<scala.version>2.11.8</scala.version>
1212
<jdk.compile.version>1.8</jdk.compile.version>
1313
<maven.version>3.3.3</maven.version>

docs/en_US/ch2/DSS Quick Installation Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DSS also implements the integration of many external systems, such as [Qualitis]
1717
DSS environment configuration can be divided into three steps, including basic software installation, backend environment configuration, and frontend environment configuration. The details are as below:
1818

1919
### 2.1 Frontend and backend basic software installation
20-
Linkis standard version (above 0.9.3). How to install [Linkis](https://github.com/WeBankFinTech/Linkis/blob/master/docs/en_US/ch1/deploy.md)
20+
Linkis standard version (above 0.9.4). How to install [Linkis](https://github.com/WeBankFinTech/Linkis/blob/master/docs/en_US/ch1/deploy.md)
2121

2222
JDK (above 1.8.0_141). How to install [JDK](https://www.runoob.com/java/java-environment-setup.html)
2323

@@ -111,7 +111,7 @@ The environment is ready, click me to enter ****[4. Installation and use](https:
111111
## Three Standard DSS environment configuration preparation
112112
The standard DSS environment preparation is also divided into three parts, the frontEnd-end and back-end basic software installation, back-end environment preparation, and frontEnd-end environment preparation. The details are as follows:
113113
### 3.1 frontEnd and BackEnd basic software installation
114-
Linkis standard version (above 0.9.3), [How to install Linkis](https://github.com/WeBankFinTech/Linkis/blob/master/docs/en_US/ch1/deploy.md)
114+
Linkis standard version (above 0.9.4), [How to install Linkis](https://github.com/WeBankFinTech/Linkis/blob/master/docs/en_US/ch1/deploy.md)
115115

116116
JDK (above 1.8.0_141), How to install [JDK](https://www.runoob.com/java/java-environment-setup.html)
117117

docs/zh_CN/ch1/DSS编译文档.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```xml
88
<properties>
99
<dss.version>0.8.0</dss.version>
10-
<linkis.version>0.9.3</linkis.version>
10+
<linkis.version>0.9.4</linkis.version>
1111
<scala.version>2.11.8</scala.version>
1212
<jdk.compile.version>1.8</jdk.compile.version>
1313
<maven.version>3.3.3</maven.version>

docs/zh_CN/ch2/DSS快速安装使用文档.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
## 二、精简版DSS环境配置准备
3333
DSS环境配置准备分为三部分,前后端基础软件安装、后端环境配置准备和前端环配置境准备,详细介绍如下:
3434
### 2.1 前后端基础软件安装
35-
Linkis精简版(0.9.3及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
35+
Linkis精简版(0.9.4及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
3636

3737
JDK (1.8.0_141以上),[如何安装JDK](https://www.runoob.com/java/java-environment-setup.html)
3838

@@ -143,7 +143,7 @@ dss_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print gensub(/(.*)\/
143143
## 三、简单版DSS环境配置准备
144144
DSS环境配置准备分为三部分,前后端基础软件安装、后端环境配置准备和前端环配置境准备,详细介绍如下:
145145
### 3.1 前后端基础软件安装
146-
Linkis简单版(0.9.3及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
146+
Linkis简单版(0.9.4及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
147147

148148
JDK (1.8.0_141以上),[如何安装JDK](https://www.runoob.com/java/java-environment-setup.html)
149149

@@ -251,7 +251,7 @@ dss_ipaddr=$(ip addr | awk '/^[0-9]+: / {}; /inet.*global/ {print gensub(/(.*)\/
251251
## 四、标准版DSS环境配置准备
252252
标准版DSS环境准备也分为三部分,前后端基础软件安装、后端环境准备和前端环境准备,详细介绍如下:
253253
### 4.1 前后端基础软件安装
254-
Linkis标准版(0.9.3及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
254+
Linkis标准版(0.9.4及以上),[如何安装Linkis](https://github.com/WeBankFinTech/Linkis/wiki/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8Linkis)
255255

256256
JDK (1.8.0_141以上),[如何安装JDK](https://www.runoob.com/java/java-environment-setup.html)
257257

dss-linkis-node-execution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<dependency>
3434
<groupId>com.webank.wedatasphere.linkis</groupId>
3535
<artifactId>linkis-ujes-client</artifactId>
36-
<version>0.9.3</version>
36+
<version>${linkis.version}</version>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>com.webank.wedatasphere.linkis</groupId>
4141
<artifactId>linkis-workspace-httpclient</artifactId>
42-
<version>0.9.3</version>
42+
<version>${linkis.version}</version>
4343
</dependency>
4444

4545

dss-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</exclusion>
118118
</exclusions>
119119
<groupId>com.webank.wedatasphere.linkis</groupId>
120-
<version>0.9.3</version>
120+
<version>${linkis.version}</version>
121121
</dependency>
122122

123123
<dependency>

0 commit comments

Comments
 (0)