Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC90578B4 for ; Sun, 16 Oct 2011 23:06:35 +0000 (UTC) Received: (qmail 58647 invoked by uid 500); 16 Oct 2011 23:06:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 58603 invoked by uid 500); 16 Oct 2011 23:06:35 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 58591 invoked by uid 500); 16 Oct 2011 23:06:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 58587 invoked by uid 99); 16 Oct 2011 23:06:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2011 23:06:35 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2011 23:06:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DC92B30B6C3 for ; Sun, 16 Oct 2011 23:06:11 +0000 (UTC) Date: Sun, 16 Oct 2011 23:06:11 +0000 (UTC) From: "Ashutosh Chauhan (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <336280780.18891.1318806371904.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <355621267.15786.1314318209409.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2411) Metastore server tries to connect to NN without authenticating itself MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128538#comment-13128538 ] Ashutosh Chauhan commented on HIVE-2411: ---------------------------------------- @Carl, Did tests pass ? > Metastore server tries to connect to NN without authenticating itself > --------------------------------------------------------------------- > > Key: HIVE-2411 > URL: https://issues.apache.org/jira/browse/HIVE-2411 > Project: Hive > Issue Type: Bug > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Attachments: hive-2411.patch > > > When metastore server is launching it first calls new HMSHandler() even before it has done a login. That results in createDefaultDB() gets called which then results in getFileSystem() calls which tries to create a connection to NN and then it fails since NN cannot authenticate metastore. -- 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