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

ASF GitHub Bot commented on PHOENIX-3603:
-----------------------------------------

Github user z-york commented on the issue:

    https://github.com/apache/phoenix/pull/230
  
    I tried running the tests. I got most of the way done with two (seemingly 
unrelated failures), but it seemed to be hanging (or running a VERY long test 
>1hour with no progress) so I killed it. 
    
    I then tried running on an ec2 instance (to offload the work from my local 
machine) and had this failure:
    
testMultipleConnectionsAsSameUserWithoutLogin(org.apache.phoenix.jdbc.SecureUserConnectionsTest)
  Time elapsed: 0.13 sec  <<< ERROR!
      java.lang.RuntimeException: Couldn't get the current user!!
              at 
org.apache.phoenix.jdbc.SecureUserConnectionsTest.testMultipleConnectionsAsSameUserWithoutLogin(SecureUserConnectionsTest.java:354)
    
    Am I doing something wrong on the ec2 instance?
    Thanks!


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

Reply via email to