Re: Jersey conflicts

2015-05-27 Thread Flavio Pompermaier
No, I can't unfortunately. I just excluded flink-shaded-include-yarn from my dependencies for the moment ;) On Wed, May 27, 2015 at 11:20 AM, Robert Metzger wrote: > Flink should also work without the YARN code. > The name of flink-shaded-include-yarn is a bit misleading. The name > should actu

Re: Jersey conflicts

2015-05-27 Thread Robert Metzger
Flink should also work without the YARN code. The name of flink-shaded-include-yarn is a bit misleading. The name should actually be "hadoop-with-yarn". So jersey is not necessarily a dependency of YARN, it could also come from other components of YARN. So on our side, we can most likely exclude t

Re: Jersey conflicts

2015-05-27 Thread Stephan Ewen
If YARN is architected reasonable, we should be able to exclude them from the YARN dependency, because we are not using any of those classes. This needs careful validation and testing, though... On Wed, May 27, 2015 at 10:44 AM, Flavio Pompermaier wrote: > Hi to all, > > in my Flink job I have

Jersey conflicts

2015-05-27 Thread Flavio Pompermaier
Hi to all, in my Flink job I have to call an external REST web service (the client use Jersey 2.13) but this conflicts with the jersey classes shaded within flink-shaded-include-yarn. Is there a way to make them compatible? Best, Flavio