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 764B61007B for ; Thu, 6 Feb 2014 08:26:22 +0000 (UTC) Received: (qmail 81393 invoked by uid 500); 6 Feb 2014 08:26:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 80579 invoked by uid 500); 6 Feb 2014 08:26:15 -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 80465 invoked by uid 500); 6 Feb 2014 08:26:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 80252 invoked by uid 99); 6 Feb 2014 08:26:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 08:26:11 +0000 Date: Thu, 6 Feb 2014 08:26:11 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6204) The result of show grant / show role should be tabular format 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-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893165#comment-13893165 ] Thejas M Nair commented on HIVE-6204: ------------------------------------- The changes look good. I have added a minor comment to reviewboard. Have you had a chance to look at the test failures ? > The result of show grant / show role should be tabular format > ------------------------------------------------------------- > > Key: HIVE-6204 > URL: https://issues.apache.org/jira/browse/HIVE-6204 > Project: Hive > Issue Type: Improvement > Components: Authorization > Reporter: Navis > Assignee: Navis > Priority: Minor > Attachments: HIVE-6204.1.patch.txt, HIVE-6204.2.patch.txt, HIVE-6204.3.patch.txt > > > {noformat} > hive> show grant role role1 on all; > OK > database default > table src > principalName role1 > principalType ROLE > privilege Create > grantTime Wed Dec 18 14:17:56 KST 2013 > grantor navis > database default > table srcpart > principalName role1 > principalType ROLE > privilege Update > grantTime Wed Dec 18 14:18:28 KST 2013 > grantor navis > {noformat} > This should be something like below, especially for JDBC clients. > {noformat} > hive> show grant role role1 on all; > OK > default src role1 ROLE Create false 1387343876000 navis > default srcpart role1 ROLE Update false 1387343908000 navis > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)