This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch 0.7.x
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/0.7.x by this push:
new 545fc0205 [Doc]Fix typo in managing-optimizers.md (#3059)
545fc0205 is described below
commit 545fc0205f66369e840240d7291c13fe5f7c5724
Author: Xie Yi <[email protected]>
AuthorDate: Tue Jul 23 20:37:58 2024 +0800
[Doc]Fix typo in managing-optimizers.md (#3059)
fix typo in managing-optimizers.md
(cherry picked from commit fafb3f43accfcab51a68e7102ec3dfc9422903a7)
Signed-off-by: zhoujinsong <[email protected]>
---
docs/admin-guides/managing-optimizers.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/admin-guides/managing-optimizers.md
b/docs/admin-guides/managing-optimizers.md
index 2da26a903..fc2002fd7 100644
--- a/docs/admin-guides/managing-optimizers.md
+++ b/docs/admin-guides/managing-optimizers.md
@@ -315,7 +315,7 @@ You can submit optimizer in your own Flink task development
platform or local Fl
-Dtaskmanager.memory.network.min=32mb \
-c org.apache.amoro.optimizer.flink.FlinkOptimizer \
${AMORO_HOME}/plugin/optimizer/flink/optimizer-job.jar \
- -a 127.0.0.1:1261 \
+ -a thrift://127.0.0.1:1261 \
-g flinkGroup \
-p 1 \
-eds \
@@ -345,7 +345,7 @@ Or you can submit optimizer in your own Spark task
development platform or local
--conf "spark.executor.memory=2g" \
--class org.apache.amoro.optimizer.spark.SparkOptimizer \
${AMORO_HOME}/plugin/optimizer/spark/optimizer-job.jar \
- -a 127.0.0.1:1261 \
+ -a thrift://127.0.0.1:1261 \
-g sparkGroup \
-p 1 \
-eds \