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 1357711C73 for ; Tue, 2 Sep 2014 19:09:22 +0000 (UTC) Received: (qmail 48167 invoked by uid 500); 2 Sep 2014 19:09:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 48087 invoked by uid 500); 2 Sep 2014 19:09:21 -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 48074 invoked by uid 500); 2 Sep 2014 19:09:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 48071 invoked by uid 99); 2 Sep 2014 19:09:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 19:09:21 +0000 Date: Tue, 2 Sep 2014 19:09:21 +0000 (UTC) From: "Prasad Mujumdar (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7682) HadoopThriftAuthBridge20S should not reset configuration unless required 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-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118556#comment-14118556 ] Prasad Mujumdar commented on HIVE-7682: --------------------------------------- [~brocknoland] Looks fine to me. A couple of minor comments on RB. Thanks! > HadoopThriftAuthBridge20S should not reset configuration unless required > ------------------------------------------------------------------------ > > Key: HIVE-7682 > URL: https://issues.apache.org/jira/browse/HIVE-7682 > Project: Hive > Issue Type: Bug > Reporter: Brock Noland > Assignee: Brock Noland > Attachments: HIVE-7682.1.patch, HIVE-7682.2.patch > > > In HadoopThriftAuthBridge20S methods createClientWithConf and getCurrentUGIWithConf we create new Configuration objects so we can set the authentication type. When loading the new Configuration object, it looks like core-site.xml for the cluster it's connected to. > This causes issues for Oozie since oozie does not have access to the core-site.xml as it's cluster agnostic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)