Re: Flink dependencies shading

2017-02-24 Thread Tzu-Li (Gordon) Tai
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? Note the info about the Maven

Re: Flink dependencies shading

2017-01-26 Thread Dmitry Golubets
Hi Robert, I ended up overriding Flink httpclient version number in main pom file and recompiling it. Thanks Best regards, Dmitry On Thu, Jan 26, 2017 at 4:12 PM, Robert Metzger wrote: > Hi Dmitry, > > I think this issue is new. > Where is the AWS SDK dependency coming from? Maybe you can re

Re: Flink dependencies shading

2017-01-26 Thread Robert Metzger
Hi Dmitry, I think this issue is new. Where is the AWS SDK dependency coming from? Maybe you can resolve the issue on your side for now. I've filed a JIRA for this issue: https://issues.apache.org/jira/browse/FLINK-5661 On Wed, Jan 25, 2017 at 8:24 PM, Dmitry Golubets wrote: > I've build late

Flink dependencies shading

2017-01-25 Thread Dmitry Golubets
I've build latest Flink from sources and it seems that httpclient dependency from flink-mesos is not shaded. It causes troubles with latest AWS SDK. Do I build it wrong or is it a known problem? Best regards, Dmitry