[ https://issues.apache.org/jira/browse/PHOENIX-6359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293397#comment-17293397 ]
Viraj Jasani commented on PHOENIX-6359: --------------------------------------- {quote}I see latest builds fail for different reasons. Still on branch-5.1 try to simply run {{mvn test -Dtest=LocalIndexIT}} (or other tests that need a minicluster. That will fail with "Found interface org.apache.hadoop.hdfs.protocol.HdfsFileStatus, but class was expected". Perhaps the fix is missing from 5.1? {quote} [~larsh] This is expected because HBase 2.x uses default Hadoop.profile 2.0 and not 3.0. In order to run Phoenix master/5.1 IT tests locally, first we will have to build HBase 2.x with hadoop.profile 3.0 as mentioned here [https://github.com/apache/phoenix/blob/master/BUILDING.md] > New module to support HBase 2.4.1+ releases > ------------------------------------------- > > Key: PHOENIX-6359 > URL: https://issues.apache.org/jira/browse/PHOENIX-6359 > Project: Phoenix > Issue Type: Task > Affects Versions: 5.1.0 > Reporter: Viraj Jasani > Assignee: Viraj Jasani > Priority: Major > Fix For: 5.1.1, 5.2.0 > > > As we know HStore IA.Private APIs are refactored in HBASE-25249, we need to > come up with new module to support HBase 2.4.1+ releases as of now. This > support is not planned for 5.1.0 release though. -- This message was sent by Atlassian Jira (v8.3.4#803005)