[
https://issues.apache.org/jira/browse/PHOENIX-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840008#comment-15840008
]
ASF GitHub Bot commented on PHOENIX-3603:
-----------------------------------------
GitHub user z-york opened a pull request:
https://github.com/apache/phoenix/pull/230
PHOENIX-3603 Fix compilation errors against hbase 1.3.0 release
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/z-york/phoenix hbase-1.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/230.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #230
----
commit 3293855ca7e7346188d19b5c96ff1ecb58ba2a83
Author: Zach York <[email protected]>
Date: 2017-01-26T04:42:08Z
PHOENIX-3603 Fix compilation errors against hbase 1.3.0 release
----
> 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
>
> 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.4#6332)