URL url = this.getClass().getClassLoader().getResource("conf”);
String dir = url.getFile();
dir目录下应该会包含ship的配置文件,你可以试下。
在2021年01月22日 15:38,Yan Tang<
[hidden email]> 写道:
我把配置和jar包分开了,用-yt option将配置文件Ship到yarn cluster中,但是在获取配置文件的时候,老是拿不到,有人有相关经验么?
我的提交命令:
-yt /path/to/conf
code:
this.getClass().getResourceAsStream("conf/cmp_online.cfg")
但一直返回null.
--
Sent from:
http://apache-flink.147419.n8.nabble.com/