Hi Dmitry!
I know its been a while since this was reported, but I was recently looking at this issue and it seems like flink-mesos actually doesn’t contain the httpclient dependency, so that shouldn’t be the problem.
Could it be that you’ve built Flink incorrectly?
If you’re using Maven version 3.3.x+ to build Flink, you’ll need to first build in the base directory, and then in `flink-dist` again for the dependencies to be shaded properly.
- Gordon
On January 27, 2017 at 12:24:35 AM, Dmitry Golubets ([hidden email]) wrote:
Hi Robert,
I ended up overriding Flink httpclient version number in main pom
file and recompiling it.
Thanks