Alexander Kolbasov created HIVE-20194: -----------------------------------------
Summary: HiveMetastoreClient should use reflection to instantiate embedded HMS instance Key: HIVE-20194 URL: https://issues.apache.org/jira/browse/HIVE-20194 Project: Hive Issue Type: Sub-task Components: Standalone Metastore Affects Versions: 4.0.0, 3.2.0 Reporter: Alexander Kolbasov Assignee: Alexander Kolbasov When HiveMetastoreClient is used in embedded mode, it instantiates metastore server. Since we want to separate client and server code we can no longer instantiate the class directly but need to use reflection for that. -- This message was sent by Atlassian JIRA (v7.6.3#76005)