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 AF45017810 for ; Thu, 2 Oct 2014 17:27:36 +0000 (UTC) Received: (qmail 11240 invoked by uid 500); 2 Oct 2014 17:27:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 11155 invoked by uid 500); 2 Oct 2014 17:27: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 11025 invoked by uid 500); 2 Oct 2014 17:27:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 11012 invoked by uid 99); 2 Oct 2014 17:27:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 17:27:35 +0000 Date: Thu, 2 Oct 2014 17:27:35 +0000 (UTC) From: "Vaibhav Gumashta (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6799) HiveServer2 needs to map kerberos name to local name before proxy check 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/HIVE-6799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-6799: ----------------------------------- Status: Patch Available (was: Open) > HiveServer2 needs to map kerberos name to local name before proxy check > ----------------------------------------------------------------------- > > Key: HIVE-6799 > URL: https://issues.apache.org/jira/browse/HIVE-6799 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 0.13.1 > Reporter: Dilli Arumugam > Assignee: Dilli Arumugam > Priority: Critical > Fix For: 0.14.0 > > Attachments: HIVE-6799-3.patch, HIVE-6799.1.patch, HIVE-6799.2.patch, HIVE-6799.3.patch, HIVE-6799.patch > > > HiveServer2 does not map kerberos name of authenticated principal to local name. > Due to this, I get error like the following in HiveServer log: > Failed to validate proxy privilage of knox/hdps.example.com for sam > I have KINITED as knox/hdps.example.com@EXAMPLE.COM > I do have the following in core-site.xml > > hadoop.proxyuser.knox.groups > users > > > hadoop.proxyuser.knox.hosts > * > -- This message was sent by Atlassian JIRA (v6.3.4#6332)