[
https://issues.apache.org/jira/browse/HBASE-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255267#comment-13255267
]
Zhihong Yu commented on HBASE-5732:
-----------------------------------
I got some compilation errors:
{code}
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java:[66,45]
package org.apache.hadoop.hbase.security.token does not exist
[ERROR]
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java:[227,8]
cannot find symbol
[ERROR] symbol : variable TokenUtil
[ERROR] location: class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
[ERROR]
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/mapred/TableMapReduceUtil.java:[175,8]
cannot find symbol
[ERROR] symbol : variable TokenUtil
[ERROR] location: class org.apache.hadoop.hbase.mapred.TableMapReduceUtil
[ERROR]
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java:[240,51]
package AuthenticationTokenIdentifier does not exist
[ERROR]
[ERROR]
/Users/zhihyu/trunk-hbase/src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java:[241,12]
cannot find symbol
[ERROR] symbol : class AuthenticationTokenSelector
[ERROR] location: class org.apache.hadoop.hbase.ipc.HBaseClient
{code}
Still going through the big patch.
> Remove the SecureRPCEngine and merge the security-related logic in the core
> engine
> ----------------------------------------------------------------------------------
>
> Key: HBASE-5732
> URL: https://issues.apache.org/jira/browse/HBASE-5732
> Project: HBase
> Issue Type: Improvement
> Reporter: Devaraj Das
> Attachments: rpcengine-merge.patch
>
>
> Remove the SecureRPCEngine and merge the security-related logic in the core
> engine. Follow up to HBASE-5727.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira