Skip to content

Commit 81ae641

Browse files
committed
fix doc problem
1 parent dd33c24 commit 81ae641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ rest.bind-port: 8888
106106
```bash
107107
bin/flinkx -mode standalone \
108108
-job $FLINK_HOME/examples/stream_example.json \
109-
-pluginRoot $FLINK_HOME/plugins \
109+
-pluginRoot $FLINKX_HOME/plugins \
110110
-flinkconf $FLINK_HOME/conf \
111111
-confProp "{\"flink.checkpoint.interval\":60000}"
112112
```
@@ -145,7 +145,7 @@ $FLINK_HOME/bin/start-cluster.sh
145145
```bash
146146
bin/flinkx -mode yarn \
147147
-job $FLINK_HOME/examples/stream_example.json \
148-
-pluginRoot $FLINK_HOME/plugins \
148+
-pluginRoot $FLINKX_HOME/plugins \
149149
-flinkconf $FLINK_HOME/conf \
150150
-yarnconf $HADOOP_HOME/etc/hadoop \
151151
-confProp "{\"flink.checkpoint.interval\":60000}"
@@ -187,7 +187,7 @@ $FLINK_HOME/bin/yarn-session.sh -n 1 -s 2 -jm 1024 -tm 1024
187187
```bash
188188
bin/flinkx -mode yarnPer \
189189
-job ${FLINK_HOME}/examples/stream_example.json \
190-
-pluginRoot $FLINK_HOME/plugins \
190+
-pluginRoot $FLINKX_HOME/plugins \
191191
-flinkconf $FLINK_HOME/conf \
192192
-yarnconf $HADOOP_HOME/etc/hadoop \
193193
-flinkLibJar $FLINK_HOME/lib \

0 commit comments

Comments
 (0)