Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 2683 invoked from network); 8 Oct 2010 20:06:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Oct 2010 20:06:54 -0000 Received: (qmail 65566 invoked by uid 500); 8 Oct 2010 20:06:54 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 65537 invoked by uid 500); 8 Oct 2010 20:06:54 -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 65529 invoked by uid 500); 8 Oct 2010 20:06:54 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 65526 invoked by uid 99); 8 Oct 2010 20:06:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 20:06:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 20:06:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o98K6XJr026718 for ; Fri, 8 Oct 2010 20:06:33 GMT Message-ID: <12913200.45771286568393307.JavaMail.jira@thor> Date: Fri, 8 Oct 2010 16:06:33 -0400 (EDT) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1667) Store the group of the owner of the table in metastore In-Reply-To: <9933580.372291285275872941.JavaMail.jira@thor> 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-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919370#action_12919370 ] Namit Jain commented on HIVE-1667: ---------------------------------- No, ideally there should be privileges per table for a user/group via a separate API > Store the group of the owner of the table in metastore > ------------------------------------------------------ > > Key: HIVE-1667 > URL: https://issues.apache.org/jira/browse/HIVE-1667 > Project: Hadoop Hive > Issue Type: New Feature > Reporter: Namit Jain > Attachments: hive-1667.patch > > > Currently, the group of the owner of the table is not stored in the metastore. > Secondly, if you create a table, the table's owner group is set to the group for the parent. It is not read from the UGI passed in. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.