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

Sahil Takiar updated HIVE-16991:
--------------------------------
    Fix Version/s: 2.3.2

> HiveMetaStoreClient needs a 2-arg constructor for backwards compatibility
> -------------------------------------------------------------------------
>
>                 Key: HIVE-16991
>                 URL: https://issues.apache.org/jira/browse/HIVE-16991
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Andrew Sherman
>            Assignee: Andrew Sherman
>             Fix For: 3.0.0, 2.4.0, 2.3.2
>
>         Attachments: HIVE-16991.1.patch
>
>
> Some client code that is not easy to change uses a 2-arg constructor on 
> HiveMetaStoreClient.
> It is trivial and safe to add this constructor:
> {noformat}
> public HiveMetaStoreClient(HiveConf conf, HiveMetaHookLoader hookLoader) 
> throws MetaException {
>     this(conf, hookLoader, true);
> }
> {noformat}



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

Reply via email to