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 18297182E7 for ; Tue, 11 Aug 2015 06:16:46 +0000 (UTC) Received: (qmail 57400 invoked by uid 500); 11 Aug 2015 06:16:46 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 57243 invoked by uid 500); 11 Aug 2015 06:16:46 -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 57211 invoked by uid 99); 11 Aug 2015 06:16:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2015 06:16:45 +0000 Date: Tue, 11 Aug 2015 06:16:45 +0000 (UTC) From: "Rajat Khandelwal (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HIVE-11507) Allow Custom Authentication Provider to take HiveConf Argument MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-11507?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajat Khandelwal resolved HIVE-11507. ------------------------------------- Resolution: Not A Problem Currently custom class is instantiated with no args. The change enables sea= rching a constructor with hiveconf and falls back to default constructor. S= o essentially custom provider can take a conf and configure itself. But there=E2=80=99s already a way to do that, the implementation can implem= ent configurable. ReflectionUtil.newInstance() takes care of rest > Allow Custom Authentication Provider to take HiveConf Argument > -------------------------------------------------------------- > > Key: HIVE-11507 > URL: https://issues.apache.org/jira/browse/HIVE-11507 > Project: Hive > Issue Type: Improvement > Reporter: Rajat Khandelwal > Assignee: Rajat Khandelwal > Attachments: HIVE-11507.01.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)