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 3088D10694 for ; Thu, 30 Jan 2014 03:52:19 +0000 (UTC) Received: (qmail 74113 invoked by uid 500); 30 Jan 2014 03:52:14 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 73993 invoked by uid 500); 30 Jan 2014 03:52:13 -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 73905 invoked by uid 500); 30 Jan 2014 03:52:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 73891 invoked by uid 99); 30 Jan 2014 03:52:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jan 2014 03:52:12 +0000 Date: Thu, 30 Jan 2014 03:52:12 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5959) SQL std auth - bootstrap SUPERUSER, PUBLIC roles 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-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-5959: ----------------------------------- Status: Patch Available (was: Open) > SQL std auth - bootstrap SUPERUSER, PUBLIC roles > ------------------------------------------------ > > Key: HIVE-5959 > URL: https://issues.apache.org/jira/browse/HIVE-5959 > Project: Hive > Issue Type: Sub-task > Components: Authorization > Reporter: Thejas M Nair > Assignee: Ashutosh Chauhan > Attachments: HIVE-5959.2.patch, HIVE-5959.3.patch, HIVE-5959.5.patch, HIVE-5959.6.patch, HIVE-5959.7.patch, HIVE-5959.patch > > Original Estimate: 72h > Remaining Estimate: 72h > > SUPERUSER and PUBLIC are two roles that are always present, these need to be added automatically on metastore startup. This would be similar to creation of the "default" database from HMSHandler.init(). > A config param in hive-site.xml will be used to specify the list of users who belong to the SUPERUSER role. > -- This message was sent by Atlassian JIRA (v6.1.5#6160)