Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 90370 invoked from network); 21 May 2010 19:10:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 19:10:40 -0000 Received: (qmail 34102 invoked by uid 500); 21 May 2010 19:10:40 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 34055 invoked by uid 500); 21 May 2010 19:10:40 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 34047 invoked by uid 99); 21 May 2010 19:10:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 19:10:40 +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, 21 May 2010 19:10:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4LJAGOg017650 for ; Fri, 21 May 2010 19:10:16 GMT Message-ID: <4159115.26241274469016300.JavaMail.jira@thor> Date: Fri, 21 May 2010 15:10:16 -0400 (EDT) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (HIVE-1358) provide a way for user defined routines to access Hive configuration 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 provide a way for user defined routines to access Hive configuration -------------------------------------------------------------------- Key: HIVE-1358 URL: https://issues.apache.org/jira/browse/HIVE-1358 Project: Hadoop Hive Issue Type: Improvement Components: Query Processor Affects Versions: 0.5.0 Reporter: John Sichi Fix For: 0.6.0 The user requesting this tried Hive.get().getConf().getInt("your.property.name", 1000) but said that didn't work, which is not surprising. If anyone knows of some way to do this which already exists, let me know. Otherwise, we can think about how to provide something, maybe via GenericUDFUtils since this information is global. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.