You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2017/10/12 16:53:03 UTC

[jira] [Assigned] (HIVE-17788) MetastoreConf not properly handling variable interpolation in config values

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

Alan Gates reassigned HIVE-17788:
---------------------------------


> MetastoreConf not properly handling variable interpolation in config values
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-17788
>                 URL: https://issues.apache.org/jira/browse/HIVE-17788
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 3.0.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>
> HiveConf allows the user to put System properties into values in the conf file, which will later be interpolated at read time.  For example:
> {code}
> <property>
>   <name>hadoop.tmp.dir</name>
>   <value>${test.tmp.dir}/hadoop-tmp</value>
>   <description>A base for other temporary directories.</description>
> </property>
> {code}
> The value for test.tmp.dir is read from the System properties at runtime.
> MetastoreConf is instead returning the uninterpolated value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)