One side note with that change: I ended up having to manually add org.apache.hbase:hbase-hadoop-compat and org.apache.hbase:hbase-hadoop2-compat to my project so I could continue to use HBaseTestingUtility to spin up a mini cluster in my integration tests with this change. Someone else may run into that issue.
On Fri, Nov 7, 2014 at 12:29 PM, Jesse Yates <[email protected]> wrote: > We got rid of the hadoop2 compat module because phoenix 4x just supports > hadoop2. It just took a couple releases to get around to actually removing > the compat modules (and the reflection junk in there to support it). > > On Fri Nov 07 2014 at 12:27:56 PM Jean-Marc Spaggiari < > [email protected]> wrote: > > > Quick question here. > > > > When using version 4.1, I had to add an explicit dependency on > > phoenix-hadoop2-compat to get things to work. Do you know if > > phoenix-hadoop2-compat is no longer applicable in 4.2? > > > > ther eis no phoenix-hadoop2-compat version for 4.2 in the Central > > Repository. > > > > Any idea? > > > > Thanks, > > > > JM > > >
