Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9CCFB10FC1 for ; Tue, 27 May 2014 17:59:58 +0000 (UTC) Received: (qmail 10582 invoked by uid 500); 27 May 2014 17:59:58 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 10540 invoked by uid 500); 27 May 2014 17:59:58 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 10533 invoked by uid 99); 27 May 2014 17:59:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 17:59:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3EE5232A569; Tue, 27 May 2014 17:59:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Tue, 27 May 2014 17:59:59 -0000 Message-Id: <4b2c2b4282dd437a906d6458cdb66bcf@git.apache.org> In-Reply-To: <3a95f5f7b81d44528bc6485c3809cea6@git.apache.org> References: <3a95f5f7b81d44528bc6485c3809cea6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: HBASE-10692 The Multi TableMap job don't support the security HBase cluster (Liu Shaohui) HBASE-10692 The Multi TableMap job don't support the security HBase cluster (Liu Shaohui) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0328fcd3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0328fcd3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0328fcd3 Branch: refs/heads/0.94 Commit: 0328fcd33f0e9d07c307f39db84ef4c6740cbd27 Parents: 6ed3d07 Author: Andrew Purtell Authored: Tue May 27 10:25:33 2014 -0700 Committer: Andrew Purtell Committed: Tue May 27 10:29:42 2014 -0700 ---------------------------------------------------------------------- .../java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/0328fcd3/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java b/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java index 462bc90..a6b2eb0 100644 --- a/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java +++ b/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java @@ -288,6 +288,7 @@ public class TableMapReduceUtil { if (addDependencyJars) { addDependencyJars(job); } + initCredentials(job); } /**