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?
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 <[hidden email]> wrote:
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?