[
https://issues.apache.org/jira/browse/PHOENIX-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959785#comment-15959785
]
Zach York commented on PHOENIX-3603:
------------------------------------
Has anyone started working on testing the proposed HBase release with Phoenix?
(Probably should wait until the RC1 comes out) Otherwise, I can try to do some
testing when I get a chance.
It would be great to test it so that issues like HBASE-17587 don't occur which
will block our upgrade path.
> Fix compilation errors against hbase 1.3.0 release
> --------------------------------------------------
>
> Key: PHOENIX-3603
> URL: https://issues.apache.org/jira/browse/PHOENIX-3603
> Project: Phoenix
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Zach York
> Fix For: 4.11.0
>
>
> hbase 1.3.0 has been released.
> I saw the following when compiling master branch against 1.3.0
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile)
> on project phoenix-core: Compilation failure: Compilation failure:
> [ERROR]
> /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/phoenix/execute/DelegateHTable.java:[49,8]
> org.apache.phoenix.execute.DelegateHTable is not abstract and does not
> override abstract method getRpcTimeout() in
> org.apache.hadoop.hbase.client.Table
> [ERROR]
> /Users/tyu/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java:[32,8]
> org.apache.hadoop.hbase.ipc.PhoenixRpcScheduler is not abstract and does not
> override abstract method getNumLifoModeSwitches() in
> org.apache.hadoop.hbase.ipc.RpcScheduler
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)