Hi,
with Flink 1.10 we changed the behaviour on the client side so that it also
uses the child first class loader [1]. Due to that it might be the case
that you have some conflicting dependencies bundled in your user code jar
which don't play well together with what you have on the system class pa
I have solved this problem. I set the flink-table-planner-blink maven
scope to provided .
kant kodali 于2020年2月28日周五 下午3:32写道:
> Same problem!
>
> On Thu, Feb 27, 2020 at 11:10 PM LakeShen
> wrote:
>
>> Hi community,
>> now I am using the flink 1.10 to run the flink task
>> ,clu
Same problem!
On Thu, Feb 27, 2020 at 11:10 PM LakeShen wrote:
> Hi community,
> now I am using the flink 1.10 to run the flink task
> ,cluster type is yarn . I use commandline to submit my flink job , the
> commandline just like this :
>
> flink run -m yarn-cluster --allowNonRe
Hi community,
now I am using the flink 1.10 to run the flink task ,cluster
type is yarn . I use commandline to submit my flink job , the commandline
just like this :
flink run -m yarn-cluster --allowNonRestoredState -c xxx.xxx.xx
flink-stream-xxx.jar
Bug there is a exception to