Interface MetastoreLocator
-
- All Known Implementing Classes:
StaticMetastoreLocator
public interface MetastoreLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThriftMetastoreClientcreateMetastoreClient(Optional<String> delegationToken)Create a connectedThriftMetastoreClient
-
-
-
Method Detail
-
createMetastoreClient
ThriftMetastoreClient createMetastoreClient(Optional<String> delegationToken) throws org.apache.thrift.TException
Create a connectedThriftMetastoreClient- Throws:
org.apache.thrift.TException
-
-