Results 2 issues of James

execCommand执行Shell命令的时候,会遇到获取不全环境变量的问题, 比如执行 flink -h 可能会报找不到flink 命令的异常,必须填 写全路径 /opt/flink -h 这个要换种方法吧

脚本管理中flink批处理 输入输出output参数有什么用? 在代码视图和 后台代码中都没看到这个作用 比如input output参数这样 `flink run -m yarn-cluster -yjm 1024 -ytm 1024 -ys 1 -yqu root.users.root -ynm WordCountDemos -d -yD ypu=root /tmp/hdfs_pkg/2020101520/5509WordCount.jar --allocate.balancer.type=available \ -input hdfs://10.3.87.23:8020/data/flink/GoneWiththeWind.txt \ -output...