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 12BD21016B for ; Thu, 5 Dec 2013 03:17:42 +0000 (UTC) Received: (qmail 45457 invoked by uid 500); 5 Dec 2013 03:17:39 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45287 invoked by uid 500); 5 Dec 2013 03:17:37 -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 45250 invoked by uid 500); 5 Dec 2013 03:17:37 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45241 invoked by uid 99); 5 Dec 2013 03:17:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 03:17:36 +0000 Date: Thu, 5 Dec 2013 03:17:36 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Thejas M Nair created HIVE-5959: ----------------------------------- Summary: 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 Reporter: Thejas M Nair 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#6144)