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 AFB5411837 for ; Wed, 16 Apr 2014 04:18:24 +0000 (UTC) Received: (qmail 99607 invoked by uid 500); 16 Apr 2014 04:18:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 99529 invoked by uid 500); 16 Apr 2014 04:18: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 99509 invoked by uid 500); 16 Apr 2014 04:18:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 99502 invoked by uid 99); 16 Apr 2014 04:18:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 04:18:15 +0000 Date: Wed, 16 Apr 2014 04:18:15 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6919) hive sql std auth select query fails on partitioned tables 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-6919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-6919: -------------------------------- Attachment: HIVE-6919.1.patch Attaching trivial fix. > hive sql std auth select query fails on partitioned tables > ---------------------------------------------------------- > > Key: HIVE-6919 > URL: https://issues.apache.org/jira/browse/HIVE-6919 > Project: Hive > Issue Type: Bug > Components: Authorization > Affects Versions: 0.13.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Priority: Critical > Attachments: HIVE-6919.1.patch > > > {code} > analyze table studentparttab30k partition (ds) compute statistics; > Error: Error while compiling statement: FAILED: HiveAccessControlException Permission denied. Principal [name=hadoopqa, type=USER] does not have following privileges on Object [type=PARTITION, name=null] : [SELECT] (state=42000,code=40000) > {code} > Sql std auth is supposed to ignore partition level objects for privilege checks, but that is not working as intended. -- This message was sent by Atlassian JIRA (v6.2#6252)