From 9afaa64e08bcd8c5689487d36dd636f949e935d9 Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Thu, 8 Aug 2024 20:28:01 +0800 Subject: [PATCH] Revert "Update README.md for fix the seatunnel.sh cmd (#158)" This reverts commit b50a6a2457aeaef7233acf078ddd604ce7975c62. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00735524a..0eae9fc6b 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