Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexkun committed Aug 16, 2023
1 parent 320c0c9 commit 411895c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.3.0-webank/StreamisDeployment.md) for installing and deploying Streamis.
please refer to [Streamis Installation and Deployment Document](docs/en_US/0.3.0/StreamisDeployment.md) for installing and deploying Streamis.

----

Expand Down
8 changes: 4 additions & 4 deletions docs/en_US/0.2.5/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.5-webank provides the Streamis-JobManager component, the role of the component is <br>
Streamis0.2.5 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.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)
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)

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

## 7. Streamis component upgrade document / script
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)
If you want to upgrade from a lower version of streamis to streamis0.2.5, 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.5-webank 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.5 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.5-webank 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.5 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
8 changes: 4 additions & 4 deletions docs/en_US/0.3.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.3.0-webank provides the Streamis-JobManager component, the role of the component is <br>
Streamis0.3.0 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 @@ -194,10 +194,10 @@ sudo nginx -s reload

## 5. Access to DSS

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

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

## 7. Streamis component upgrade document / script
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)
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 comments on commit 411895c

Please sign in to comment.