[ https://issues.apache.org/jira/browse/SQOOP-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772971#comment-13772971 ]
Maddineni Sukumar commented on SQOOP-616: ----------------------------------------- Hi, I am new to hbase with security on. We have enabled kerberos security in our hbase cluster and after that while running map reduce job I am getting below similar exception. 13/09/20 12:14:15 [main] ERROR security.UserGroupInformation(1411): PriviledgedActionException as:hbase/some.domain....@hostname.net (auth:KERBEROS) cause:org.apache.hadoop.hbase.ipc.HBaseRPC$UnknownProtocolException: org.apache.hadoop.hbase.ipc.HBaseRPC$UnknownProtocolException: No matching handler for protocol org.apache.hadoop.hbase.security.token.AuthenticationProtocol in region .META.,,1 at org.apache.hadoop.hbase.regionserver.HRegion.exec(HRegion.java:5582) at org.apache.hadoop.hbase.regionserver.HRegionServer.execCoprocessor(HRegionServer.java:3870) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.hadoop.hbase.ipc.SecureRpcEngine$Server.call(SecureRpcEngine.java:308) at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1426) please correct me if I am doing any thing wrong or is there any fix for that.... Thanks Sukumar > HBase import/export is not working on non secure cluster where security is > available > ------------------------------------------------------------------------------------ > > Key: SQOOP-616 > URL: https://issues.apache.org/jira/browse/SQOOP-616 > Project: Sqoop > Issue Type: Bug > Components: hbase-integration > Affects Versions: 1.4.3 > Reporter: Jarek Jarcec Cecho > Assignee: Jarek Jarcec Cecho > Priority: Blocker > Fix For: 1.4.3 > > Attachments: SQOOP-616.patch > > > HBase operations might fail on cluster with available security patches when > security is off on following exception: > {code} > 12/09/21 02:52:05 ERROR security.UserGroupInformation: > PriviledgedActionException as:jenkins (auth:SIMPLE) > cause:org.apache.hadoop.hbase.ipc.HBaseRPC$UnknownProtocolException: > org.apache.hadoop.hbase.ipc.HBaseRPC$UnknownProtocolException: No matching > handler for protocol > org.apache.hadoop.hbase.security.token.AuthenticationProtocol in region > .META.,,1 > at org.apache.hadoop.hbase.regionserver.HRegion.exec(HRegion.java:4048) > at > org.apache.hadoop.hbase.regionserver.HRegionServer.execCoprocessor(HRegionServer.java:3156) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:364) > at > org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1345) > {code} -- 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