Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1652010D58 for ; Tue, 6 Aug 2013 17:40:06 +0000 (UTC) Received: (qmail 36817 invoked by uid 500); 6 Aug 2013 17:40:03 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 36472 invoked by uid 500); 6 Aug 2013 17:40:03 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 36464 invoked by uid 99); 6 Aug 2013 17:40:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 17:40:02 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of suhas.satish@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Aug 2013 17:39:58 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V6lE6-0006qn-3v for user@hbase.apache.org; Tue, 06 Aug 2013 10:39:18 -0700 Date: Tue, 6 Aug 2013 10:39:18 -0700 (PDT) From: ssatish To: user@hbase.apache.org Message-ID: <1375810758111-4048911.post@n3.nabble.com> In-Reply-To: References: <1375750943184-4048862.post@n3.nabble.com> <1375751676544-4048864.post@n3.nabble.com> Subject: Re: sqoop import into secure Hbase with kerberos MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for your suggestions. I was able to successfully scan tables from the hbase side. So there's no problem in hbase kerberos configuration. Sqoop is not picking up the correct kerberos credentials. Scan _acl_ also worked - demo column=l:kuser1, timestamp=1375737971153, value=RWXCA testtable column=l:kuser1, timestamp=1375810415055, value=RWXCA 2 row(s) in 0.0380 seconds I have to look at Sqoop to see if it has the following 2 method calls - HBaseConfiguration.merge(conf, HBaseConfiguration.create(conf)); TableMapReduceUtil.initCredentials(job); Thanks once again. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/sqoop-import-into-secure-Hbase-with-kerberos-tp4048847p4048911.html Sent from the HBase User mailing list archive at Nabble.com.