RE: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2

2020-10-26 Thread Hailu, Andreas
1.9.2 jobs are still able to run just fine, which is interesting. // ah From: Chesnay Schepler <mailto:ches...@apache.org> Sent: Thursday, October 15, 2020 7:34 AM To: Hailu, Andreas [Engineering] <mailto:andreas.ha...@ny.email.gs.com>; user@flink.apache.org<mailto:user@flink.apache.o

Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2

2020-10-15 Thread Leonard Xu
sday, October 15, 2020 7:34 AM >> To: Hailu, Andreas [Engineering] >> <mailto:andreas.ha...@ny.email.gs.com>; user@flink.apache.org >> <mailto:user@flink.apache.org> >> Subject: Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2 >> >> I

Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2

2020-10-15 Thread Chesnay Schepler
ubject:* Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2 I'm not aware of any Flink module bundling this class. Note that this class is also bundled in jersey-core (which is also on your classpath), so it appears that there is a conflict between this jar and your shaded

RE: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2

2020-10-15 Thread Hailu, Andreas
o run just fine, which is interesting. // ah From: Chesnay Schepler Sent: Thursday, October 15, 2020 7:34 AM To: Hailu, Andreas [Engineering] ; user@flink.apache.org Subject: Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2 I'm not aware of any Flink module bundling this c

Re: Runtime Dependency Issues Upgrading to Flink 1.11.2 from 1.9.2

2020-10-15 Thread Chesnay Schepler
I'm not aware of any Flink module bundling this class. Note that this class is also bundled in jersey-core (which is also on your classpath), so it appears that there is a conflict between this jar and your shaded one. Have you changed the Hadoop version you are using or how you provide them to