Class | Description |
---|---|
HCatAddPartitionDesc |
The Class HCatAddPartitionDesc helps users in defining partition attributes.
|
HCatAddPartitionDesc.Builder | |
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.
|
HCatPartition |
The HCatPartition is a wrapper around org.apache.hadoop.hive.metastore.api.Partition.
|
HCatTable |
The HCatTable is a wrapper around org.apache.hadoop.hive.metastore.api.Table.
|
Enum | Description |
---|---|
HCatClient.DropDBMode |
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 © 2012 The Apache Software Foundation