You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2017/01/17 19:13:26 UTC

[jira] [Commented] (PHOENIX-3603) Fix compilation errors against hbase 1.3.0 release

    [ https://issues.apache.org/jira/browse/PHOENIX-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826634#comment-15826634 ] 

James Taylor commented on PHOENIX-3603:
---------------------------------------

Would you have a few cycles for this, [~rajeshbabu]? Would be great to make local indexes transactional consistent with data updates now too (HBase 1.3+ only). Do we have a JIRA for this?

> 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)