[ https://issues.apache.org/jira/browse/HIVE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890397#action_12890397 ]
Carl Steinbach commented on HIVE-1465: -------------------------------------- Filed HIVE-1474 to track the force substitution enhancement to the 'set' command. > 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: Hadoop Hive > Issue Type: Bug > Components: Configuration > Affects Versions: 0.5.0, 0.6.0 > Reporter: Carl Steinbach > > 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. - You can reply to this email to add a comment to the issue online.