You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/02/01 07:18:29 UTC

[jira] Updated: (HIVE-1465) hive-site.xml ${user.name} not replaced for local-file derby metastore connection URL

     [ https://issues.apache.org/jira/browse/HIVE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-1465:
---------------------------------

    Attachment: HIVE-1464.1.patch.txt

> 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
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1464.1.patch.txt
>
>
> Seems that for this parameter
> {code}
> <property>
> <name>javax.jdo.option.ConnectionURL</name>
> <value>jdbc:derby:;databaseName=/var/lib/hive/metastore/${user.name}_db;create=true</value>
> <description>JDBC connect string for a JDBC metastore</description>
> </property>
> {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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira