Class | Description |
---|---|
HCatAddPartitionDesc |
The Class HCatAddPartitionDesc helps users in defining partition attributes.
|
HCatAddPartitionDesc.Builder |
Builder class for constructing an HCatAddPartition instance.
|
HCatClient |
The abstract class HCatClient containing APIs for HCatalog DDL commands.
|
HCatClientHMSImpl |
The HCatClientHMSImpl is the Hive Metastore client based implementation of
HCatClient.
|
HCatCreateDBDesc |
The Class HCatCreateDBDesc for defining database attributes.
|
HCatCreateDBDesc.Builder | |
HCatCreateTableDesc |
The Class HCatCreateTableDesc for defining attributes for a new table.
|
HCatCreateTableDesc.Builder | |
HCatDatabase |
HCatDatabase is wrapper class around org.apache.hadoop.hive.metastore.api.Database.
|
HCatNotificationEvent |
A wrapper class for
NotificationEvent ,
so that if that class changes we can still keep this one constant for backward compatibility |
HCatPartition |
The HCatPartition is a wrapper around org.apache.hadoop.hive.metastore.api.Partition.
|
HCatPartitionSpec |
Generalized representation of a set of HCatPartitions.
|
HCatPartitionSpec.HCatPartitionIterator |
Iterator over HCatPartitions in the HCatPartitionSpec.
|
HCatTable |
The HCatTable is a wrapper around org.apache.hadoop.hive.metastore.api.Table.
|
Enum | Description |
---|---|
HCatClient.DropDBMode | |
HCatNotificationEvent.Scope | |
HCatTable.TableAttribute |
Attributes that can be compared between HCatTables.
|
HCatTable.Type |
Exception | Description |
---|---|
ConnectionFailureException |
Class representing exceptions resulting from connection problems
between HCat client and server.
|
ObjectNotFoundException |
This exception is thrown when a Database, Table or Partition
specified in an HCatalog query is not found.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.