This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push: new 475b799a Revert "Update README.md for fix the seatunnel.sh cmd (#158)" (#175) 475b799a is described below commit 475b799a547add234b211c975d93f6d0482587c7 Author: Jia Fan <fanjiaemi...@qq.com> AuthorDate: Thu Aug 8 20:30:27 2024 +0800 Revert "Update README.md for fix the seatunnel.sh cmd (#158)" (#175) This reverts commit b50a6a2457aeaef7233acf078ddd604ce7975c62. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00735524..0eae9fc6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ If you use SeaTunnel Web, you need deploy a SeaTunnel Zeta Client in the SeaTunn * Copy `apache-seatunnel-2.3.3-SNAPSHOT-bin.tar.gz` to the SeaTunnel Web node and unzip it **in the same path of SeaTunnel Zeta Server node**. * Set `SEATUNNEL_HOME` to environment variable like SeaTunnel Zeta Server node. * Config `hazelcast-client.yaml` reference https://seatunnel.apache.org/docs/seatunnel-engine/deployment#6-config-seatunnel-engine-client -* Run `$SEATUNNEL_HOME/bin/seatunnel.sh --config $SEATUNNEL_HOME/config/v2.batch.config.template -m local`, If this job run finished, it indicates successful client deployment. +* Run `$SEATUNNEL_HOME/bin/seatunnel.sh --config $SEATUNNEL_HOME/config/v2.batch.config.template`, If this job run finished, it indicates successful client deployment. #### 3.2 Build SeaTunnel Web Install Package From Code