Skip to content

Commit

Permalink
fix the optimizer-job.jar path error in the document (#2283)
Browse files Browse the repository at this point in the history
Co-authored-by: jefyjiang <jefyjiang@hotail.com>
(cherry picked from commit 51bc164)
Signed-off-by: zhoujinsong <463763777@qq.com>
  • Loading branch information
2 people authored and zhoujinsong committed Dec 19, 2023
1 parent 9b3a2c5 commit ece09d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin-guides/managing-optimizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ You can submit optimizer in your own Flink task development platform or local Fl
-Dtaskmanager.memory.network.max=32mb \
-Dtaskmanager.memory.network.min=32mb \
-c com.netease.arctic.optimizer.flink.FlinkOptimizer \
${ARCTIC_HOME}/plugin/flink/optimizer-job.jar \
${ARCTIC_HOME}/plugin/optimizer/flink/optimizer-job.jar \
-a 127.0.0.1:1261 \
-g flinkGroup \
-p 1 \
Expand Down

0 comments on commit ece09d1

Please sign in to comment.