File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ rest.bind-port: 8888
106106``` bash
107107bin/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
146146bin/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
188188bin/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 \
You can’t perform that action at this time.
0 commit comments