Re: Upgrading Hadoop dependencies and catching potential incompatibilities for HBase

2016-09-28 Thread Andrew Purtell
Great suggestion! > On Sep 28, 2016, at 11:55 AM, Enis Söztutar wrote: > > Can Hadoop please shade ALL of the dependencies (including PB) in Hadoop-3 > so that we do not have this mess going forward. > > Enis > >> On Wed, Sep 28, 2016 at 11:19 AM, Jonathan Hsieh wrote: >> >> You can build hb

Re: Upgrading Hadoop dependencies and catching potential incompatibilities for HBase

2016-09-28 Thread Enis Söztutar
> I'm working on this under HADOOP-11804, using HBase as my test application. Cool, glad to see progress on this. Enis On Wed, Sep 28, 2016 at 12:15 PM, Sean Busbey wrote: > On Wed, Sep 28, 2016 at 1:55 PM, Enis Söztutar wrote: > > Can Hadoop please shade ALL of the dependencies (including PB)

Re: Upgrading Hadoop dependencies and catching potential incompatibilities for HBase

2016-09-28 Thread Sean Busbey
On Wed, Sep 28, 2016 at 1:55 PM, Enis Söztutar wrote: > Can Hadoop please shade ALL of the dependencies (including PB) in Hadoop-3 > so that we do not have this mess going forward. > > Enis I'm working on this under HADOOP-11804, using HBase as my test application. -- busbey -

Re: Upgrading Hadoop dependencies and catching potential incompatibilities for HBase

2016-09-28 Thread Enis Söztutar
Can Hadoop please shade ALL of the dependencies (including PB) in Hadoop-3 so that we do not have this mess going forward. Enis On Wed, Sep 28, 2016 at 11:19 AM, Jonathan Hsieh wrote: > You can build hbase using the profile by adding this -D setting. > > mvn clean test install -Dhadoop.profile=

Re: Upgrading Hadoop dependencies and catching potential incompatibilities for HBase

2016-09-28 Thread Allen Wittenauer
> On Sep 28, 2016, at 9:56 AM, Sean Mackrory wrote: > and > Bigtop's integration tests too. Anything else you would add to this? Be aware that bigtop does things to the jar layout that will break parts of hadoop 3. - To unsubs