Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 44723 invoked from network); 11 Dec 2010 21:51:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Dec 2010 21:51:26 -0000 Received: (qmail 32667 invoked by uid 500); 11 Dec 2010 21:51:26 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 32626 invoked by uid 500); 11 Dec 2010 21:51:26 -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 32618 invoked by uid 500); 11 Dec 2010 21:51:26 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 32614 invoked by uid 99); 11 Dec 2010 21:51:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 21:51:26 +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; Sat, 11 Dec 2010 21:51:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBBLp2lE001494 for ; Sat, 11 Dec 2010 21:51:02 GMT Message-ID: <3303809.75401292104262600.JavaMail.jira@thor> Date: Sat, 11 Dec 2010 16:51:02 -0500 (EST) From: "Eli Collins (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1465) hive-site.xml ${user.name} not replaced for local-file derby metastore connection URL 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-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins updated HIVE-1465: ------------------------------ Affects Version/s: 0.7.0 > hive-site.xml ${user.name} not replaced for local-file derby metastore connection URL > ------------------------------------------------------------------------------------- > > Key: HIVE-1465 > URL: https://issues.apache.org/jira/browse/HIVE-1465 > Project: Hive > Issue Type: Bug > Components: Configuration > Affects Versions: 0.5.0, 0.6.0, 0.7.0 > Reporter: Carl Steinbach > > Seems that for this parameter > {code} > > javax.jdo.option.ConnectionURL > jdbc:derby:;databaseName=/var/lib/hive/metastore/${user.name}_db;create=true > JDBC connect string for a JDBC metastore > > {code} > $\{user.name\} is never replaced by the actual user name: > {code} > $ ls -la /var/lib/hive/metastore/ > total 24 > drwxrwxrwt 3 root root 4096 Apr 30 12:37 . > drwxr-xr-x 3 root root 4096 Apr 30 12:25 .. > drwxrwxr-x 5 hadoop hadoop 4096 Apr 30 12:37 ${user.name}_db > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.