Skip to content

Commit

Permalink
Upgrade the version of pom to 0.2.4 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: jefftlin <[email protected]>
  • Loading branch information
jefftlin and jefftlin authored Dec 20, 2022
1 parent 9aefa1b commit 8937054
Show file tree
Hide file tree
Showing 40 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
![流式应用配置](docs/images/stream_job_config_1.png)
![流式应用配置](docs/images/stream_job_config_2.png)

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

----

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

## 编译和安装部署

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


----

## 示例和使用指引

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

----

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The Dimension node, Transform node, Sink node and [Visualis](https://github.com/

## Compile and install deployment

please refer to [Streamis Installation and Deployment Document](docs/en_US/0.2.0/StreamisDeployment.md) for installing and deploying Streamis.
please refer to [Streamis Installation and Deployment Document](docs/en_US/0.2.4/StreamisDeployment.md) for installing and deploying Streamis.

----

Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions bin/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

# Use to upgrade from 0.1.0 to 0.2.0
# Use to upgrade from 0.1.0 to 0.2.4

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

interact_echo "Are you sure the current version of Streamis is 0.1.0 and need to upgrade to 0.2.0 ?"
interact_echo "Are you sure the current version of Streamis is 0.1.0 and need to upgrade to 0.2.4 ?"
if [[ $? == 0 ]]; then
source ${workDir}/conf/db.sh
echo "<------ Will connect to [${MYSQL_HOST}:${MYSQL_PORT}] to upgrade the tables in database... ------>"
Expand Down
2 changes: 1 addition & 1 deletion conf/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ GATEWAY_PORT=9001
STREAMIS_SERVER_INSTALL_IP=127.0.0.1
STREAMIS_SERVER_INSTALL_PORT=9400

STREAMIS_VERSION=0.2.0
STREAMIS_VERSION=0.2.4

STREAMIS_FILE_NAME="STREAMIS-$STREAMIS_VERSION"
8 changes: 4 additions & 4 deletions docs/en_US/0.2.0/StreamisDeployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Streamis installation and deployment documentation

## 1. Component introduction
Streamis0.2.0 provides the Streamis-JobManager component, the role of the component is <br>
Streamis0.2.4 provides the Streamis-JobManager component, the role of the component is <br>
1. Publish streaming applications<br>
2. Set streaming application parameters, such as the number of Flink slots, checkpoint related parameters, etc.<br>
3. Manage streaming applications (e.g. start and stop)<br>
Expand Down Expand Up @@ -156,10 +156,10 @@ sudo nginx -s reload

## 5. Access to DSS

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)
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)

## 6. Linkis Flink engine compilation and installation
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/)
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/)

## 7. Streamis component upgrade document / script
If you want to upgrade from a lower version of streamis to streamis0.2.0, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
If you want to upgrade from a lower version of streamis to streamis0.2.4, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Streamisappconn installation document this article mainly introduces the deployment, configuration and installation of streamisappconn in DSS (datasphere studio) 1.1.0

# 1. Preparation for deploying streamisappconn
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.
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.

# 2. Download and compilation of streamisappconn plug-in
1) Download binary package
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.
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.

# 1. Work before upgrading streamis
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).
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/userManual/StreamisUserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1. Preface

&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.
&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.


## 2. Streamis entrance
Expand Down
8 changes: 4 additions & 4 deletions docs/zh_CN/0.2.0/Streamis安装文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.组件介绍

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

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

## 5. 接入DSS

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

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

## 7.Streamis组件升级文档/脚本
如您想从Streamis较低版本升级到 Streamis0.2.0 ,请参考:[Streamis升级文档](development/Streamis升级文档.md)
如您想从Streamis较低版本升级到 Streamis0.2.4 ,请参考:[Streamis升级文档](development/Streamis升级文档.md)
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

## 2. 代码提交规范

但是在正式发布Release Notes时,为了保证Release Notes的完整性,请各位模块负责人按照需求文档,先提好各个 issue,并将 issue 加入到 [Project-0.2.0](https://github.com/WeBankFinTech/Streamis/projects/2)
但是在正式发布Release Notes时,为了保证Release Notes的完整性,请各位模块负责人按照需求文档,先提好各个 issue,并将 issue 加入到 [Project-0.2.4](https://github.com/WeBankFinTech/Streamis/projects/2)

请注意:Streamis-0.2.0 使用 [Project-0.2.0](https://github.com/WeBankFinTech/Streamis/projects/2) 作为 DPMS 工具,来全程追踪和管理版本的进度。
请注意:Streamis-0.2.4 使用 [Project-0.2.4](https://github.com/WeBankFinTech/Streamis/projects/2) 作为 DPMS 工具,来全程追踪和管理版本的进度。

## 2. 后台开发规范

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StreamisAppConn安装文档 本文主要介绍在DSS(DataSphere Studio)1.1.0中StreamisAppConn的部署、配置以及安装

# 1.部署StreamisAppConn的准备工作
您在部署StreamisAppConn之前,请安装完成Streamis0.2.0及其他相关组件的安装,并确保工程基本功能可用。
您在部署StreamisAppConn之前,请安装完成Streamis0.2.4及其他相关组件的安装,并确保工程基本功能可用。

# 2.StreamisAppConn插件的下载和编译
1)下载二进制包
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/0.2.0/development/Streamis升级文档.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Streamis 升级文档,本文主要介绍在原有安装Streamis服务的基础上适配DSS1.1.0和Linkis1.1.1的升级步骤,Streamis0.2.0相对与Streamis0.1.0版本最大的区别在于接入了DSS AppConn,对job的启停做了优化。
Streamis 升级文档,本文主要介绍在原有安装Streamis服务的基础上适配DSS1.1.0和Linkis1.1.1的升级步骤,Streamis0.2.4相对与Streamis0.1.0版本最大的区别在于接入了DSS AppConn,对job的启停做了优化。

# 1.升级Streamis前的工作
您在升级Streamis之前,请先安装 Linkis1.1.1 和 DSS1.1.0 及以上版本,并且保证 Linkis Flink 引擎 和 DSS 可以正常使用,DSS 和 Linkis 安装,可参照 [DSS & Linkis 一键安装部署文档](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)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/0.2.0/使用文档/Streamis用户手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1. 前言

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;本文是Streamis0.2.0的快速入门文档,涵盖了Stremis的基本使用流程,更多的操作使用细节,将会在用户使用文档中提供。
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;本文是Streamis0.2.4的快速入门文档,涵盖了Stremis的基本使用流程,更多的操作使用细节,将会在用户使用文档中提供。


## 2. Streamis整合至DSS
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<packaging>pom</packaging>

<name>Streamis Project Parent POM</name>
Expand All @@ -48,7 +48,7 @@
<linkis.version>1.1.3</linkis.version>
<junit.version>4.12</junit.version>
<dss.version>1.1.0</dss.version>
<streamis.version>0.2.3</streamis.version>
<streamis.version>0.2.4</streamis.version>
<scala.version>2.11.12</scala.version>
<jdk.compile.version>1.8</jdk.compile.version>
<maven.version>3.3.3</maven.version>
Expand All @@ -70,7 +70,7 @@
<jersey-bean-validation.version>2.21</jersey-bean-validation.version>
<aspectj.version>1.9.5</aspectj.version>
<xstream.version>1.4.19</xstream.version>
<jobmanager.version>0.2.3</jobmanager.version>
<jobmanager.version>0.2.4</jobmanager.version>
<mysql.connector.version>5.1.47</mysql.connector.version>
<validation.api.version>2.0.1.Final</validation.api.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion streamis-appconn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-job-launcher</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>streamis-job-log</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.webank.wedatasphere.streamis</groupId>
<artifactId>streamis-job-log-common</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-job-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-jobmanager-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-jobmanager-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion streamis-jobmanager/streamis-projectmanager-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>streamis-jobmanager</artifactId>
<groupId>com.webank.wedatasphere.streamis</groupId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 8937054

Please sign in to comment.