You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/11 03:07:10 UTC

[incubator-seatunnel-website] branch main updated: Fix install doc error (#155)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 88697c8c5b Fix install doc error (#155)
88697c8c5b is described below

commit 88697c8c5b2c53d873c0cffddaa7e0237cd84124
Author: Kirs <ki...@apache.org>
AuthorDate: Tue Oct 11 11:07:05 2022 +0800

    Fix install doc error (#155)
---
 versioned_docs/version-2.2.0-beta/start-v2/local.mdx | 8 ++++----
 versioned_docs/version-2.2.0-beta/start/local.mdx    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/versioned_docs/version-2.2.0-beta/start-v2/local.mdx b/versioned_docs/version-2.2.0-beta/start-v2/local.mdx
index 42bf17444c..66afe60aa6 100644
--- a/versioned_docs/version-2.2.0-beta/start-v2/local.mdx
+++ b/versioned_docs/version-2.2.0-beta/start-v2/local.mdx
@@ -34,13 +34,13 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
 <!-- TODO: We should add example module as quick start which is no need for install Spark or Flink -->
 
 ## Step 3: Install connectors plugin
-Since 2.2.0, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo. maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the connectors directory).
+Since 2.2.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo. maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the connectors directory).
 ```bash
-sh bin/install_plugin.sh
+sh bin/install_plugin.sh 2.2.0-beta
 ```
-If you need to specify the version of the connector, take 2.2.0 as an example, we need to execute
+If you need to specify the version of the connector, take 2.2.0-beta as an example, we need to execute
 ```bash
-sh bin/install_plugin.sh 2.2.0
+sh bin/install_plugin.sh 2.2.0-beta
 ```
 Usually we don't need all the connector plugins, so you can specify the plugins you need by configuring `config/plugin_config`, for example, you only need the `connector-console` plugin, then you can modify plugin.properties as
 ```plugin_config
diff --git a/versioned_docs/version-2.2.0-beta/start/local.mdx b/versioned_docs/version-2.2.0-beta/start/local.mdx
index 54b95cd5d8..cd89ad6d1e 100644
--- a/versioned_docs/version-2.2.0-beta/start/local.mdx
+++ b/versioned_docs/version-2.2.0-beta/start/local.mdx
@@ -34,13 +34,13 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
 <!-- TODO: We should add example module as quick start which is no need for install Spark or Flink -->
 
 ## Step 3: Install connectors plugin
-Since 2.2.0, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo. maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the connectors directory).
+Since 2.2.0-beta, the binary package does not provide connector dependencies by default, so when using it for the first time, we need to execute the following command to install the connector: (Of course, you can also manually download the connector from [Apache Maven Repository](https://repo. maven.apache.org/maven2/org/apache/seatunnel/ to download, then manually move to the connectors directory).
 ```bash
-sh bin/install_plugin.sh
+sh bin/install_plugin.sh 2.2.0-beta
 ```
-If you need to specify the version of the connector, take 2.2.0 as an example, we need to execute
+If you need to specify the version of the connector, take 2.2.0-beta as an example, we need to execute
 ```bash
-sh bin/install_plugin.sh 2.2.0
+sh bin/install_plugin.sh 2.2.0-beta
 ```
 
 Usually we don't need all the connector plugins, so you can specify the plugins you need by configuring `config/plugin_config`, for example, you only need the `flink-console` plugin, then you can modify plugin.properties as