Re: Jar conflicts after upgrading from 0.10.0 to 0.11.0

2017-02-14 Thread Chad Greenberg
To: dev@samza.apache.org Subject: Re: Jar conflicts after upgrading from 0.10.0 to 0.11.0 Hi chad, there should be conflicts on maven dependency, and it's very likely to be jetty related as you mentioned, we end up remove all other jetty related dependencies and only keep the ones in samza

Re: Jar conflicts after upgrading from 0.10.0 to 0.11.0

2017-02-13 Thread Liu Bo
Hi chad, there should be conflicts on maven dependency, and it's very likely to be jetty related as you mentioned, we end up remove all other jetty related dependencies and only keep the ones in samza-core you can check it using mvn dependency:tree at the project that handles packaging your job's

Jar conflicts after upgrading from 0.10.0 to 0.11.0

2017-02-13 Thread Chad Greenberg
I received the following error after upgrading from 0.10.0 to 0.11.0. I understand the underlying issue, but I am not finding the exact cause. No other jar contains ServletRegistration except for avax.servlet-3.0.0.v201112011016.jar which is a dependency of samza-core. Hadoop has a dependency o