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 49737CD5A for ; Thu, 17 May 2012 16:32:37 +0000 (UTC) Received: (qmail 81316 invoked by uid 500); 17 May 2012 16:32:37 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 81258 invoked by uid 500); 17 May 2012 16:32:36 -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 81249 invoked by uid 500); 17 May 2012 16:32:36 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 81245 invoked by uid 99); 17 May 2012 16:32:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 16:32:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 16:32:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6692AA60 for ; Thu, 17 May 2012 16:32:11 +0000 (UTC) Date: Thu, 17 May 2012 16:32:11 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1724092697.9262.1337272331683.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2036035875.55488.1336760212227.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-3016) Allow disabling foreign table access (cross database) using hiveconf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277942#comment-13277942 ] Ashutosh Chauhan commented on HIVE-3016: ---------------------------------------- I concur with Ed & Carl. Proposed solution is not the appropriate one for the described problem. Whole point of auth system is to address such use-cases. If auth system is lacking in some ways to address the use case, we shall strive to improve it. > Allow disabling foreign table access (cross database) using hiveconf > -------------------------------------------------------------------- > > Key: HIVE-3016 > URL: https://issues.apache.org/jira/browse/HIVE-3016 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Sambavi Muthukrishnan > Assignee: Sambavi Muthukrishnan > Priority: Minor > Attachments: hive-3016.1.patch.txt > > Original Estimate: 48h > Remaining Estimate: 48h > > Disallow cross database access to tables using Y.T syntax under a specific configuration in HiveConf. > i.e. when hive.error.on.crossdatabaseaccess is set to true, return an error when Y.T syntax is used to access tables and Y is not the current database. This can be set both via the client and in hive-site.xml, and will default to false. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira