sh start.sh 启动这个脚本失败了,咋整?
ithjz opened this issue · 3 comments
ithjz commented
[root@xxxx flinkx-1.8_release]# sh start.sh
flinkx starting ...
start.sh: line 3: -job: command not found
nohup: appending output to ‘nohup.out’
start.sh: line 5: -flinkconf: command not found
start.sh: line 7: -pluginRoot: command not found
sh ./bin/flinkx
-job './job/stream.json'
-flinkconf './flinkconf/'
-pluginRoot './plugins/'
wushuoyouting commented
授权,绝对路径
YiHai1998 commented
授权,绝对路径
您好,我也出现了同样的问题,按照您的方法改完之后还是提示找不到命令,您能把您的start.sh贴一下吗,感谢!
wushuoyouting commented
/usr/local/src/flinkx-1.10/bin/flinkx \
-mode yarnPer \
-job $1 \
-pluginRoot /usr/local/src/flinkx-1.10/syncplugins \
-yarnconf /opt/cloudera/parcels/CDH/lib/hadoop/etc/hadoop \
-flinkLibJar /opt/cloudera/parcels/FLINK-1.10.1-BIN-SCALA_2.12/lib/flink/lib \
-queue default
在 2021-07-05 11:15:53,"18360267271" ***@***.***> 写道:
授权,绝对路径
您好,我也出现了同样的问题,按照您的方法改完之后还是提示找不到命令,您能把您的start.sh贴一下吗,感谢!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.