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

2017-04-25 Thread Hudson (JIRA)

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

Hudson commented on PHOENIX-3603:
-

FAILURE: Integrated in Jenkins build Phoenix-master #1603 (See 
[https://builds.apache.org/job/Phoenix-master/1603/])
PHOENIX-3603 Fix compilation errors against hbase 1.3 (apurtell: rev 
5b099014446865c12779f3882fd8b407496717ea)
* (edit) phoenix-hive/pom.xml
* (edit) phoenix-assembly/pom.xml
* (edit) phoenix-spark/pom.xml
* (edit) phoenix-queryserver-client/pom.xml
* (edit) 
phoenix-core/src/it/java/org/apache/hadoop/hbase/regionserver/wal/WALReplayWithIndexWritesAndCompressedWALIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/execute/DelegateHTable.java
* (edit) phoenix-flume/pom.xml
* (edit) phoenix-server/pom.xml
* (edit) phoenix-client/pom.xml
* (edit) phoenix-kafka/pom.xml
* (edit) phoenix-queryserver/pom.xml
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/hbase/index/write/recovery/TestPerRegionIndexWriteCache.java
* (edit) pom.xml
* (edit) 
phoenix-core/src/test/java/org/apache/hadoop/hbase/ipc/PhoenixIndexRpcSchedulerTest.java
* (edit) phoenix-tracing-webapp/pom.xml
* (edit) phoenix-pherf/pom.xml
* (edit) 
phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java
* (edit) phoenix-pig/pom.xml
* (edit) phoenix-core/pom.xml


> Fix compilation errors against hbase 1.3.1 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
>
> Attachments: PHOENIX-3603.patch
>
>
> 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)


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

2017-04-25 Thread James Taylor (JIRA)

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

James Taylor commented on PHOENIX-3603:
---

If you haven't already done so, please create a 4.x-HBase-1.2 branch off of 
master at the commit prior to this one. We'll need to continue with releases 
that support 1.2 still IMHO. If you could send out a note on the dev list to 
remind the community of these changes, that'd be much appreciated.

> Fix compilation errors against hbase 1.3.1 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
>
> Attachments: PHOENIX-3603.patch
>
>
> 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)