Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A132E200C6E for ; Mon, 8 May 2017 17:17:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9FCA7160BBF; Mon, 8 May 2017 15:17:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E65A1160B99 for ; Mon, 8 May 2017 17:17:08 +0200 (CEST) Received: (qmail 68850 invoked by uid 500); 8 May 2017 15:17:06 -0000 Mailing-List: contact issues-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list issues@impala.incubator.apache.org Received: (qmail 68841 invoked by uid 99); 8 May 2017 15:17:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2017 15:17:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 79E7DC2377 for ; Mon, 8 May 2017 15:17:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qJDFOxXSUAKt for ; Mon, 8 May 2017 15:17:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 008025F1B3 for ; Mon, 8 May 2017 15:17:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 46566E02C7 for ; Mon, 8 May 2017 15:17:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0996921DEB for ; Mon, 8 May 2017 15:17:04 +0000 (UTC) Date: Mon, 8 May 2017 15:17:04 +0000 (UTC) From: "Miklos Szurap (JIRA)" To: issues@impala.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IMPALA-5290) Impala service fails to start up after enabling Kerberos with uppercase hostnames MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 May 2017 15:17:09 -0000 Miklos Szurap created IMPALA-5290: ------------------------------------- Summary: Impala service fails to start up after enabling Kerberos with uppercase hostnames Key: IMPALA-5290 URL: https://issues.apache.org/jira/browse/IMPALA-5290 Project: IMPALA Issue Type: Bug Affects Versions: Impala 2.8.0 Reporter: Miklos Szurap After enabling Kerberos, Impala service may not start up properly if hostname contains uppercased hostnames. StateStore starts, however subscribers (catalog server, impala daemons) fail to authenticate internally, as the hostname is assumed to be in lowercase. StateStore logs: {noformat} Apr 19, 9:45:16.780 AM INFO logging.cc:153 Flags (see also /varz are on debug webserver): --hostname=MYHOSTNAME ... --principal=impala/MYHOSTNAME.fqdn.net@MYDOMAIN.NET ... Apr 19, 9:45:16.784 AM INFO thrift-server.cc:445 ThriftServer 'StatestoreService' started on port: 24000 Apr 19, 9:45:19.259 AM ERROR authentication.cc:155 SASL message (Kerberos (internal)): GSSAPI Error: Unspecified GSS failure. Minor code may provide more information () {noformat} Uppercased hostnames caused issues in other parts of Hadoop, but was fixed in HADOOP-7988. -- This message was sent by Atlassian JIRA (v6.3.15#6346)