Skip to content

Commit 0f3d496

Browse files
committed
update version
1 parent 1b47561 commit 0f3d496

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The Dimension node, Transform node, Sink node and [Visualis](https://github.com/
7171

7272
## Compile and install deployment
7373

74-
please refer to [Streamis Installation and Deployment Document](docs/en_US/0.3.0-webank/StreamisDeployment.md) for installing and deploying Streamis.
74+
please refer to [Streamis Installation and Deployment Document](docs/en_US/0.3.0/StreamisDeployment.md) for installing and deploying Streamis.
7575

7676
----
7777

docs/en_US/0.2.5/StreamisDeployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Streamis installation and deployment documentation
22

33
## 1. Component introduction
4-
Streamis0.2.5-webank provides the Streamis-JobManager component, the role of the component is <br>
4+
Streamis0.2.5 provides the Streamis-JobManager component, the role of the component is <br>
55
1. Publish streaming applications<br>
66
2. Set streaming application parameters, such as the number of Flink slots, checkpoint related parameters, etc.<br>
77
3. Manage streaming applications (e.g. start and stop)<br>
@@ -156,10 +156,10 @@ sudo nginx -s reload
156156

157157
## 5. Access to DSS
158158

159-
If you want to use the streamis0.2.5-webank front end normally, you also need to install the DSS StreamisAppConn plug-in. Please refer to: [StreamisAppConn plug-in installation document](development/StreamisAppConnInstallationDocument.md)
159+
If you want to use the streamis0.2.5 front end normally, you also need to install the DSS StreamisAppConn plug-in. Please refer to: [StreamisAppConn plug-in installation document](development/StreamisAppConnInstallationDocument.md)
160160

161161
## 6. Linkis Flink engine compilation and installation
162-
If you want to run streamis0.2.5-webank normally, you also need to install the linkis Flink engine. Please refer to: [linkis Flink engine installation document](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
162+
If you want to run streamis0.2.5 normally, you also need to install the linkis Flink engine. Please refer to: [linkis Flink engine installation document](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
163163

164164
## 7. Streamis component upgrade document / script
165-
If you want to upgrade from a lower version of streamis to streamis0.2.5-webank, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
165+
If you want to upgrade from a lower version of streamis to streamis0.2.5, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)

docs/en_US/0.2.5/development/StreamisAppConnInstallationDocument.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Streamisappconn installation document this article mainly introduces the deployment, configuration and installation of streamisappconn in DSS (datasphere studio) 1.1.0
22

33
# 1. Preparation for deploying streamisappconn
4-
Before deploying streamisappconn, please complete the installation of streamis0.2.5-webank and other related components, and ensure that the basic functions of the project are available.
4+
Before deploying streamisappconn, please complete the installation of streamis0.2.5 and other related components, and ensure that the basic functions of the project are available.
55

66
# 2. Download and compilation of streamisappconn plug-in
77
1) Download binary package

docs/en_US/0.2.5/development/StreamisUpgradeDocumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Streamis upgrade document. This article mainly introduces the upgrade steps of adapting DSS1.1.0 and linkis1.1.1 based on the original installation of Streamis service. The biggest difference between Streamis 0.2.5-webank and Streamis 0.1.0 is that it accesses DSS appconn and optimizes the start and stop of jobs.
1+
Streamis upgrade document. This article mainly introduces the upgrade steps of adapting DSS1.1.0 and linkis1.1.1 based on the original installation of Streamis service. The biggest difference between Streamis 0.2.5 and Streamis 0.1.0 is that it accesses DSS appconn and optimizes the start and stop of jobs.
22

33
# 1. Work before upgrading streamis
44
Before upgrading Streamis, please install linkis1.1.1 and DSS1.1.0 or above, and ensure that the linkis Flink engine and DSS can be used normally. For the installation of DSS and linkis, please refer to [dss & linkis one click installation and deployment document](https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/zh_CN/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/DSS%E5%8D%95%E6%9C%BA%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3.md).

docs/en_US/0.3.0/StreamisDeployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Streamis installation and deployment documentation
22

33
## 1. Component introduction
4-
Streamis0.3.0-webank provides the Streamis-JobManager component, the role of the component is <br>
4+
Streamis0.3.0 provides the Streamis-JobManager component, the role of the component is <br>
55
1. Publish streaming applications<br>
66
2. Set streaming application parameters, such as the number of Flink slots, checkpoint related parameters, etc.<br>
77
3. Manage streaming applications (e.g. start and stop)<br>
@@ -194,10 +194,10 @@ sudo nginx -s reload
194194

195195
## 5. Access to DSS
196196

197-
If you want to use the streamis0.3.0-webank front end normally, you also need to install the DSS StreamisAppConn plug-in. Please refer to: [StreamisAppConn plug-in installation document](development/StreamisAppConnInstallationDocument.md)
197+
If you want to use the streamis0.3.0 front end normally, you also need to install the DSS StreamisAppConn plug-in. Please refer to: [StreamisAppConn plug-in installation document](development/StreamisAppConnInstallationDocument.md)
198198

199199
## 6. Linkis Flink engine compilation and installation
200-
If you want to run streamis0.3.0-webank normally, you also need to install the linkis Flink engine. Please refer to: [linkis Flink engine installation document](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
200+
If you want to run streamis0.3.0 normally, you also need to install the linkis Flink engine. Please refer to: [linkis Flink engine installation document](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
201201

202202
## 7. Streamis component upgrade document / script
203-
If you want to upgrade from a lower version of streamis to streamis0.3.0-webank, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
203+
If you want to upgrade from a lower version of streamis to streamis0.3.0, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)

0 commit comments

Comments
 (0)