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

Ted Yu commented on HBASE-7479:
-------------------------------

Hadoop QA report can be found here: 
https://builds.apache.org/job/PreCommit-HBASE-Build/3928/console

When compiling against hadoop 2.0, I got:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) 
on project hbase-server: Compilation failure
[ERROR] 
/Users/tyu/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/HBaseServer.java:[2105,33]
 non-static method 
authorize(org.apache.hadoop.security.UserGroupInformation,java.lang.Class<?>,org.apache.hadoop.conf.Configuration,java.net.InetAddress)
 cannot be referenced from a static context
[ERROR] -> [Help 1]
{code}
                
> Remove VersionedProtocol and ProtocolSignature from RPC
> -------------------------------------------------------
>
>                 Key: HBASE-7479
>                 URL: https://issues.apache.org/jira/browse/HBASE-7479
>             Project: HBase
>          Issue Type: Task
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.96.0
>
>         Attachments: 7479.txt, 7479.txt
>
>
> Replace with an innocuous "Protocol" Interface for now.  Will minimize 
> changes doing a replacement.  Implication is that we are no longer going to 
> do special "handling" based off protocol version.  See "Handling protocol 
> versions" - http://search-hadoop.com/m/6k7GUM028E/v=threaded thread and 
> HBASE-6521 for background.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to