You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2016/07/05 14:20:11 UTC

[jira] [Updated] (HIVE-13208) Properties setting from the client in Hive.conf may not pass to HMS properly

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

Aihua Xu updated HIVE-13208:
----------------------------
    Assignee:     (was: Aihua Xu)

> Properties setting from the client in Hive.conf may not pass to HMS properly
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-13208
>                 URL: https://issues.apache.org/jira/browse/HIVE-13208
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Metastore
>            Reporter: Aihua Xu
>
> Seems we have some issues with HiveConf within Hive class. We are trying to compare the current conf against the saved conf within local thread Hive. If it's changed, then we need to recreate HMS client to pass  the new conf to the HMS.
> While in some places, we are passing a reference of conf to Hive object and then updating conf and comparing will not trigger the creation of new HMS Client since it's the same conf object.
> And also we are setting db.getConf().set() in QTestUtils.java, but actually it may not work as expected since a HMS client may already exist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)