Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81A111795D for ; Wed, 22 Apr 2015 03:35:04 +0000 (UTC) Received: (qmail 26158 invoked by uid 500); 22 Apr 2015 03:34:59 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 25889 invoked by uid 500); 22 Apr 2015 03:34:59 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 25878 invoked by uid 99); 22 Apr 2015 03:34:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 03:34:59 +0000 Date: Wed, 22 Apr 2015 03:34:59 +0000 (UTC) From: "Brock Noland (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10312) SASL.QOP in JDBC URL is ignored for Delegation token Authentication 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-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-10312: -------------------------------- Attachment: HIVE-10312.1.patch Seems like a reasonable patch. +1 > SASL.QOP in JDBC URL is ignored for Delegation token Authentication > ------------------------------------------------------------------- > > Key: HIVE-10312 > URL: https://issues.apache.org/jira/browse/HIVE-10312 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 1.2.0 > Reporter: Mubashir Kazia > Assignee: Mubashir Kazia > Fix For: 1.2.0 > > Attachments: HIVE-10312.1.patch, HIVE-10312.1.patch > > > When HS2 is configured for QOP other than auth (auth-int or auth-conf), Kerberos client connection works fine when the JDBC URL specifies the matching QOP, however when this HS2 is accessed through Oozie (Delegation token / Digest authentication), connections fails because the JDBC driver ignores the SASL.QOP parameters in the JDBC URL. SASL.QOP setting should be valid for DIGEST Auth mech. -- This message was sent by Atlassian JIRA (v6.3.4#6332)