[
https://issues.apache.org/jira/browse/PHOENIX-5119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763071#comment-16763071
]
Andrew Purtell commented on PHOENIX-5119:
-----------------------------------------
Uh...
Build and install HBase 1.5.0 RC into your local maven cache \{{ mvn clean
install }}.
Then go to Phoenix 4.x hbase 1.4 branch and build with \{{ mvn clean install
package -Dhbase.version=1.5.0 }}.
When I did this I got compilation errors that needed fixing. Maybe you aren't
actually building against the version you think?
> Work around RpcScheduler interface differences in HBase 1.5
> -----------------------------------------------------------
>
> Key: PHOENIX-5119
> URL: https://issues.apache.org/jira/browse/PHOENIX-5119
> Project: Phoenix
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Major
> Attachments: PHOENIX-5119-4.x.patch
>
>
> The RpcScheduler interface in HBase 1.5 has three new methods for exposing
> per handler type counts for RPC metrics. Implement them using reflection and
> avoid use of any @Override annotations so the code will continue to compile
> against earlier versions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)