DTStack / flinkStreamSQL

基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
Apache License 2.0
2.02k stars 926 forks source link

为啥 服务端plugin 下面的 source jar 加载不了,难道必须放在hadoop-yarn 等目录下? #229

Open maidou75293 opened 4 years ago

maidou75293 commented 4 years ago

clusterDescriptor.setProvidedUserJarFiles(classpaths);

这个为啥注释掉了?

todd5167 commented 4 years ago

@maidou75293 最新版本已经做了相关处理

maidou75293 commented 4 years ago

你们怎么处理的

---原始邮件--- 发件人: "todd5167"<notifications@github.com> 发送时间: 2019年11月27日(星期三) 上午9:45 收件人: "DTStack/flinkStreamSQL"<flinkStreamSQL@noreply.github.com>; 抄送: "maidou75293"<921635052@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [DTStack/flinkStreamSQL] 为啥 服务端plugin 下面的 source jar 加载不了,难道必须放在hadoop-yarn 等目录下? (#229)

@maidou75293 最新版本已经做了相关处理

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

maidou75293 commented 4 years ago

我改代码反射注入了一下,在mastet上?

---原始邮件--- 发件人: "todd5167"<notifications@github.com> 发送时间: 2019年11月27日(星期三) 上午9:45 收件人: "DTStack/flinkStreamSQL"<flinkStreamSQL@noreply.github.com>; 抄送: "maidou75293"<921635052@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [DTStack/flinkStreamSQL] 为啥 服务端plugin 下面的 source jar 加载不了,难道必须放在hadoop-yarn 等目录下? (#229)

@maidou75293 最新版本已经做了相关处理

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

maidou75293 commented 4 years ago

哪个分支上有处理的最新代码?