Skip to content

Commit 64c9627

Browse files
jefftlinjefftlin
andauthored
Upgrade the version of pom to 0.2.4 (#58)
Co-authored-by: jefftlin <[email protected]>
1 parent b2d8c02 commit 64c9627

File tree

40 files changed

+53
-53
lines changed

40 files changed

+53
-53
lines changed

README-ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
4646
![流式应用配置](docs/images/stream_job_config_1.png)
4747
![流式应用配置](docs/images/stream_job_config_2.png)
4848

49-
&nbsp; &nbsp; &nbsp; &nbsp;更多功能,请参考:[Streamis 用户手册](docs/zh_CN/0.2.0/使用文档/Streamis用户手册.md)
49+
&nbsp; &nbsp; &nbsp; &nbsp;更多功能,请参考:[Streamis 用户手册](docs/zh_CN/0.2.4/使用文档/Streamis用户手册.md)
5050

5151
----
5252

@@ -73,14 +73,14 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
7373

7474
## 编译和安装部署
7575

76-
&nbsp; &nbsp; &nbsp; &nbsp;请参考 [Streamis 安装部署文档](docs/zh_CN/0.2.0/Streamis安装文档.md) ,用于安装部署 Streamis 及其依赖环境。
76+
&nbsp; &nbsp; &nbsp; &nbsp;请参考 [Streamis 安装部署文档](docs/zh_CN/0.2.4/Streamis安装文档.md) ,用于安装部署 Streamis 及其依赖环境。
7777

7878

7979
----
8080

8181
## 示例和使用指引
8282

83-
&nbsp; &nbsp; &nbsp; &nbsp;请到 [用户使用文档](docs/zh_CN/0.2.0/使用文档/Streamis用户手册.md) ,了解如何快速使用 Streamis。
83+
&nbsp; &nbsp; &nbsp; &nbsp;请到 [用户使用文档](docs/zh_CN/0.2.4/使用文档/Streamis用户手册.md) ,了解如何快速使用 Streamis。
8484

8585
----
8686

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.2.0/StreamisDeployment.md) for installing and deploying Streamis.
74+
please refer to [Streamis Installation and Deployment Document](docs/en_US/0.2.4/StreamisDeployment.md) for installing and deploying Streamis.
7575

7676
----
7777

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>streamis</artifactId>
2222
<groupId>com.webank.wedatasphere.streamis</groupId>
23-
<version>0.2.3</version>
23+
<version>0.2.4</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bin/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
# Use to upgrade from 0.1.0 to 0.2.0
18+
# Use to upgrade from 0.1.0 to 0.2.4
1919

2020
if [ -f "~/.bashrc" ];then
2121
echo "Warning! user bashrc file does not exist."
@@ -39,7 +39,7 @@ interact_echo(){
3939
done
4040
}
4141

42-
interact_echo "Are you sure the current version of Streamis is 0.1.0 and need to upgrade to 0.2.0 ?"
42+
interact_echo "Are you sure the current version of Streamis is 0.1.0 and need to upgrade to 0.2.4 ?"
4343
if [[ $? == 0 ]]; then
4444
source ${workDir}/conf/db.sh
4545
echo "<------ Will connect to [${MYSQL_HOST}:${MYSQL_PORT}] to upgrade the tables in database... ------>"

conf/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ GATEWAY_PORT=9001
4040
STREAMIS_SERVER_INSTALL_IP=127.0.0.1
4141
STREAMIS_SERVER_INSTALL_PORT=9400
4242

43-
STREAMIS_VERSION=0.2.0
43+
STREAMIS_VERSION=0.2.4
4444

4545
STREAMIS_FILE_NAME="STREAMIS-$STREAMIS_VERSION"

docs/en_US/0.2.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.2.0 provides the Streamis-JobManager component, the role of the component is <br>
4+
Streamis0.2.4 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.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)
159+
If you want to use the streamis0.2.4 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.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/)
162+
If you want to run streamis0.2.4 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.0, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
165+
If you want to upgrade from a lower version of streamis to streamis0.2.4, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)

docs/en_US/0.2.0/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.0 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.4 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.0/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.0 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.4 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/userManual/StreamisUserManual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Preface
44

5-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This article is a quick start document for Streamis 0.2.0, which covers the basic usage process of Stremis. More details on operation and usage will be provided in the user documentation.
5+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This article is a quick start document for Streamis 0.2.4, which covers the basic usage process of Stremis. More details on operation and usage will be provided in the user documentation.
66

77

88
## 2. Streamis entrance

docs/zh_CN/0.2.0/Streamis安装文档.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.组件介绍
44

5-
Streamis0.2.0 提供了 Streamis-JobManager 流式生产中心,其作用主要有:
5+
Streamis0.2.4 提供了 Streamis-JobManager 流式生产中心,其作用主要有:
66

77
1. 上传/更新流式应用
88
2. 配置流式应用参数,如 Flink 的 Slot 数量、checkpoint相关参数等
@@ -197,10 +197,10 @@ sudo nginx -s reload
197197

198198
## 5. 接入DSS
199199

200-
如您想正常使用 Streamis0.2.0 前端,还需安装 DSS StreamisAppConn 插件,请参考: [StreamisAppConn 插件安装文档](development/StreamisAppConn安装文档.md)
200+
如您想正常使用 Streamis0.2.4 前端,还需安装 DSS StreamisAppConn 插件,请参考: [StreamisAppConn 插件安装文档](development/StreamisAppConn安装文档.md)
201201

202202
## 6.Linkis Flink引擎编译安装
203-
如您想正常执行 Streamis0.2.0,还需安装 Linkis Flink 引擎,请参考: [Linkis Flink 引擎安装文档](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
203+
如您想正常执行 Streamis0.2.4,还需安装 Linkis Flink 引擎,请参考: [Linkis Flink 引擎安装文档](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
204204

205205
## 7.Streamis组件升级文档/脚本
206-
如您想从Streamis较低版本升级到 Streamis0.2.0 ,请参考:[Streamis升级文档](development/Streamis升级文档.md)
206+
如您想从Streamis较低版本升级到 Streamis0.2.4 ,请参考:[Streamis升级文档](development/Streamis升级文档.md)

0 commit comments

Comments
 (0)