Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4745D1138A for ; Fri, 11 Apr 2014 23:16:24 +0000 (UTC) Received: (qmail 55206 invoked by uid 500); 11 Apr 2014 23:16:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55132 invoked by uid 500); 11 Apr 2014 23:16:19 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 55005 invoked by uid 99); 11 Apr 2014 23:16:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 23:16:18 +0000 Date: Fri, 11 Apr 2014 23:16:18 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10902) Make Secure Bulk Load work across remote secure clusters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-10902: ----------------------------------- Fix Version/s: 0.98.2 Committed to 0.98. Thanks Jerry. > Make Secure Bulk Load work across remote secure clusters > -------------------------------------------------------- > > Key: HBASE-10902 > URL: https://issues.apache.org/jira/browse/HBASE-10902 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.96.1 > Reporter: Jerry He > Assignee: Jerry He > Fix For: 0.99.0, 0.98.2 > > Attachments: HBASE-10902-v0-0.96.patch, HBASE-10902-v1-trunk.patch, HBASE-10902-v2-trunk.patch > > > Two secure clusters, both with kerberos enabled. > Run bulk load on one cluster to load files from another cluster. > biadmin@hdtest249:~> hbase org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles hdfs://bdvm197.svl.ibm.com:9000/user/biadmin/mybackups/TestTable/0709e79bb131af13ed088bf1afd5649c TestTable_rr > Bulk load failed. In the region server log: > {code} > 2014-04-02 20:04:56,361 ERROR org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint: Failed to complete bulk load > java.lang.IllegalArgumentException: Wrong FS: hdfs://bdvm197.svl.ibm.com:9000/user/biadmin/mybackups/TestTable/0709e79bb131af13ed088bf1afd5649c/info/6b44ca48aebf48d98cb3491f512c41a7, expected: hdfs://hdtest249.svl.ibm.com:9000 > at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:651) > at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:181) > at org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:92) > at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1248) > at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1244) > at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) > at org.apache.hadoop.hdfs.DistributedFileSystem.setPermission(DistributedFileSystem.java:1244) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint$1.run(SecureBulkLoadEndpoint.java:233) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint$1.run(SecureBulkLoadEndpoint.java:223) > at java.security.AccessController.doPrivileged(AccessController.java:300) > at javax.security.auth.Subject.doAs(Subject.java:494) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1482) > at org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint.secureBulkLoadHFiles(SecureBulkLoadEndpoint.java:223) > at org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos$SecureBulkLoadService.callMethod(SecureBulkLoadProtos.java:4631) > at org.apache.hadoop.hbase.regionserver.HRegion.execService(HRegion.java:5088) > at org.apache.hadoop.hbase.regionserver.HRegionServer.execService(HRegionServer.java:3219) > at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:26933) > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2150) > at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1854) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)