|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.service |
Uses of MetaException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw MetaException | |
---|---|
Partition |
HiveMetaStore.HMSHandler.add_partition(Partition part)
|
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table. |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part)
|
int |
HiveMetaStore.HMSHandler.add_partitions(List<Partition> parts)
|
boolean |
ObjectStore.addPartition(Partition part)
|
boolean |
RawStore.addPartition(Partition part)
|
void |
HiveMetaStore.HMSHandler.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
updates a partition to new partition |
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
|
void |
HiveMetaStore.HMSHandler.alter_table(String dbname,
String name,
Table newTable)
|
void |
IMetaStoreClient.alter_table(String defaultDatabaseName,
String tblName,
Table table)
|
void |
HiveMetaStoreClient.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
void |
ObjectStore.alterPartition(String dbname,
String name,
Partition newPart)
|
void |
RawStore.alterPartition(String db_name,
String tbl_name,
Partition new_part)
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newt)
|
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newTable)
handles alter table |
void |
ObjectStore.alterTable(String dbname,
String name,
Table newTable)
|
void |
RawStore.alterTable(String dbname,
String name,
Table newTable)
|
Partition |
HiveMetaStore.HMSHandler.append_partition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
IMetaStoreClient.appendPartition(String tableName,
String dbName,
List<String> partVals)
|
Partition |
HiveMetaStoreClient.appendPartition(String db_name,
String table_name,
List<String> part_vals)
|
boolean |
HiveMetaStore.HMSHandler.create_database(String name,
String location_uri)
|
boolean |
HiveMetaStore.HMSHandler.create_index(Index index_def)
|
void |
HiveMetaStore.HMSHandler.create_table(Table tbl)
|
boolean |
HiveMetaStore.HMSHandler.create_type(Type type)
|
static Table |
MetaStoreUtils.createColumnsetSchema(String name,
List<String> columns,
List<String> partCols,
org.apache.hadoop.conf.Configuration conf)
|
boolean |
RawStore.createDatabase(Database db)
|
boolean |
RawStore.createDatabase(String name)
|
boolean |
IMetaStoreClient.createDatabase(String name,
String location_uri)
|
boolean |
HiveMetaStoreClient.createDatabase(String name,
String location_uri)
|
void |
ObjectStore.createTable(Table tbl)
|
void |
IMetaStoreClient.createTable(Table tbl)
|
void |
HiveMetaStoreClient.createTable(Table tbl)
|
void |
RawStore.createTable(Table tbl)
|
boolean |
HiveMetaStoreClient.createType(Type type)
|
boolean |
Warehouse.deleteDir(org.apache.hadoop.fs.Path f,
boolean recursive)
|
static void |
MetaStoreUtils.deleteWHDirectory(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
boolean use_trash)
|
boolean |
HiveMetaStore.HMSHandler.drop_database(String name)
|
boolean |
HiveMetaStore.HMSHandler.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
void |
HiveMetaStore.HMSHandler.drop_table(String dbname,
String name,
boolean deleteData)
|
boolean |
HiveMetaStore.HMSHandler.drop_type(String name)
|
boolean |
IMetaStoreClient.dropDatabase(String name)
|
boolean |
HiveMetaStoreClient.dropDatabase(String name)
|
boolean |
ObjectStore.dropPartition(String dbName,
String tableName,
List<String> part_vals)
|
boolean |
HiveMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals)
|
boolean |
RawStore.dropPartition(String dbName,
String tableName,
List<String> part_vals)
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
HiveMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
void |
IMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Drop the table. |
void |
HiveMetaStoreClient.dropTable(String tableName,
boolean deleteData)
|
void |
HiveMetaStoreClient.dropTable(String dbname,
String name)
|
boolean |
RawStore.dropTable(String dbName,
String tableName)
|
void |
IMetaStoreClient.dropTable(String dbname,
String tableName,
boolean deleteData,
boolean ignoreUknownTab)
Drop the table. |
void |
HiveMetaStoreClient.dropTable(String dbname,
String name,
boolean deleteData,
boolean ignoreUknownTab)
|
boolean |
HiveMetaStoreClient.dropType(String type)
|
Database |
HiveMetaStore.HMSHandler.get_database(String name)
|
List<String> |
HiveMetaStore.HMSHandler.get_databases()
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_fields(String db,
String tableName)
|
List<String> |
HiveMetaStore.HMSHandler.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
Partition |
HiveMetaStore.HMSHandler.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_schema(String db,
String tableName)
Return the schema of the table. |
Table |
HiveMetaStore.HMSHandler.get_table(String dbname,
String name)
|
List<String> |
HiveMetaStore.HMSHandler.get_tables(String dbname,
String pattern)
|
Map<String,Type> |
HiveMetaStore.HMSHandler.get_type_all(String name)
|
Type |
HiveMetaStore.HMSHandler.get_type(String name)
|
Database |
HiveMetaStoreClient.getDatabase(String name)
|
List<String> |
HiveMetaStoreClient.getDatabases()
|
List<String> |
RawStore.getDatabases()
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultDatabasePath(String dbName)
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(String dbName,
String tableName)
|
static Deserializer |
MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf,
Properties schema)
getDeserializer Get the Deserializer for a table given its name and properties. |
static Deserializer |
MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf,
Table table)
getDeserializer Get the Deserializer for a table. |
org.apache.hadoop.fs.Path |
Warehouse.getDnsPath(org.apache.hadoop.fs.Path path)
Hadoop File System reverse lookups paths with raw ip addresses The File System URI always contains the canonical DNS name of the Namenode. |
List<FieldSchema> |
IMetaStoreClient.getFields(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getFields(String db,
String tableName)
|
static List<FieldSchema> |
MetaStoreUtils.getFieldsFromDeserializer(String tableName,
Deserializer deserializer)
|
org.apache.hadoop.fs.FileSystem |
Warehouse.getFs(org.apache.hadoop.fs.Path f)
Helper function to convert IOException to MetaException |
Partition |
ObjectStore.getPartition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
IMetaStoreClient.getPartition(String tblName,
String dbName,
List<String> partVals)
|
Partition |
HiveMetaStoreClient.getPartition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
RawStore.getPartition(String dbName,
String tableName,
List<String> part_vals)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(org.apache.hadoop.fs.Path tblPath,
LinkedHashMap<String,String> pm)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(String dbName,
String tableName,
LinkedHashMap<String,String> pm)
|
List<Partition> |
ObjectStore.getPartitions(String dbName,
String tableName,
int max)
|
List<Partition> |
RawStore.getPartitions(String dbName,
String tableName,
int max)
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getSchema(String db,
String tableName)
|
static Table |
MetaStoreUtils.getTable(org.apache.hadoop.conf.Configuration conf,
Properties schema)
|
Table |
IMetaStoreClient.getTable(String tableName)
Get a table object. |
Table |
HiveMetaStoreClient.getTable(String tableName)
|
Table |
ObjectStore.getTable(String dbName,
String tableName)
|
Table |
IMetaStoreClient.getTable(String dbName,
String tableName)
Get a table object. |
Table |
HiveMetaStoreClient.getTable(String dbname,
String name)
|
Table |
RawStore.getTable(String dbName,
String tableName)
|
List<String> |
HiveMetaStoreClient.getTables(String tablePattern)
|
List<String> |
ObjectStore.getTables(String dbName,
String pattern)
|
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern)
|
List<String> |
HiveMetaStoreClient.getTables(String dbname,
String tablePattern)
|
List<String> |
RawStore.getTables(String dbName,
String pattern)
|
Type |
HiveMetaStoreClient.getType(String name)
|
Map<String,Type> |
HiveMetaStoreClient.getTypeAll(String name)
|
boolean |
HiveMetaStore.HMSHandler.is_table_exists(String dbname,
String name)
|
boolean |
Warehouse.isDir(org.apache.hadoop.fs.Path f)
|
List<String> |
ObjectStore.listPartitionNames(String dbName,
String tableName,
short max)
|
List<String> |
IMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
short max_parts)
|
List<String> |
HiveMetaStoreClient.listPartitionNames(String dbName,
String tblName,
short max)
|
List<String> |
RawStore.listPartitionNames(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
|
static void |
MetaStoreUtils.makeDir(org.apache.hadoop.fs.Path path,
HiveConf hiveConf)
|
static String |
Warehouse.makePartName(List<FieldSchema> partCols,
List<String> vals)
|
static String |
Warehouse.makePartName(Map<String,String> spec)
|
static LinkedHashMap<String,String> |
Warehouse.makeSpecFromName(String name)
|
boolean |
Warehouse.mkdirs(org.apache.hadoop.fs.Path f)
|
boolean |
HiveMetaStore.HMSHandler.set_table_parameters(String dbname,
String name,
Map<String,String> params)
|
boolean |
IMetaStoreClient.tableExists(String tableName)
|
boolean |
HiveMetaStoreClient.tableExists(String tableName)
|
Constructors in org.apache.hadoop.hive.metastore that throw MetaException | |
---|---|
HiveMetaStore.HMSHandler(String name)
|
|
HiveMetaStore.HMSHandler(String name,
HiveConf conf)
|
|
HiveMetaStoreClient(HiveConf conf)
|
|
Warehouse(org.apache.hadoop.conf.Configuration conf)
|
Uses of MetaException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return MetaException | |
---|---|
MetaException |
MetaException.clone()
|
MetaException |
ThriftHiveMetastore.get_databases_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_fields_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_schema_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_tables_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_table_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partition_result.getO1()
|
MetaException |
ThriftHiveMetastore.create_database_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_database_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_database_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_type_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_type_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_type_all_result.getO2()
|
MetaException |
ThriftHiveMetastore.alter_table_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_partition_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partitions_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partition_names_result.getO2()
|
MetaException |
ThriftHiveMetastore.alter_partition_result.getO2()
|
MetaException |
ThriftHiveMetastore.create_type_result.getO3()
|
MetaException |
ThriftHiveMetastore.create_table_result.getO3()
|
MetaException |
ThriftHiveMetastore.drop_table_result.getO3()
|
MetaException |
ThriftHiveMetastore.add_partition_result.getO3()
|
MetaException |
ThriftHiveMetastore.append_partition_result.getO3()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type MetaException | |
---|---|
boolean |
MetaException.equals(MetaException that)
|
void |
ThriftHiveMetastore.get_databases_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_fields_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_schema_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_tables_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_table_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partition_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.create_database_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_database_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_database_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_type_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_type_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_type_all_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.alter_table_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_partition_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partitions_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partition_names_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.alter_partition_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.create_type_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.create_table_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.drop_table_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.add_partition_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.append_partition_result.setO3(MetaException o3)
|
Methods in org.apache.hadoop.hive.metastore.api that throw MetaException | |
---|---|
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part)
|
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part)
|
void |
ThriftHiveMetastore.Iface.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
ThriftHiveMetastore.Client.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
ThriftHiveMetastore.Iface.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
void |
ThriftHiveMetastore.Client.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
Partition |
ThriftHiveMetastore.Iface.append_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
ThriftHiveMetastore.Client.append_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
boolean |
ThriftHiveMetastore.Iface.create_database(String name,
String description)
|
boolean |
ThriftHiveMetastore.Client.create_database(String name,
String description)
|
void |
ThriftHiveMetastore.Iface.create_table(Table tbl)
|
void |
ThriftHiveMetastore.Client.create_table(Table tbl)
|
boolean |
ThriftHiveMetastore.Iface.create_type(Type type)
|
boolean |
ThriftHiveMetastore.Client.create_type(Type type)
|
boolean |
ThriftHiveMetastore.Iface.drop_database(String name)
|
boolean |
ThriftHiveMetastore.Client.drop_database(String name)
|
boolean |
ThriftHiveMetastore.Iface.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Client.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
void |
ThriftHiveMetastore.Iface.drop_table(String dbname,
String name,
boolean deleteData)
|
void |
ThriftHiveMetastore.Client.drop_table(String dbname,
String name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Iface.drop_type(String type)
|
boolean |
ThriftHiveMetastore.Client.drop_type(String type)
|
Database |
ThriftHiveMetastore.Iface.get_database(String name)
|
Database |
ThriftHiveMetastore.Client.get_database(String name)
|
List<String> |
ThriftHiveMetastore.Iface.get_databases()
|
List<String> |
ThriftHiveMetastore.Client.get_databases()
|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields(String db_name,
String table_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
List<String> |
ThriftHiveMetastore.Client.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
Partition |
ThriftHiveMetastore.Iface.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
ThriftHiveMetastore.Client.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema(String db_name,
String table_name)
|
Table |
ThriftHiveMetastore.Iface.get_table(String dbname,
String tbl_name)
|
Table |
ThriftHiveMetastore.Client.get_table(String dbname,
String tbl_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_tables(String db_name,
String pattern)
|
List<String> |
ThriftHiveMetastore.Client.get_tables(String db_name,
String pattern)
|
Map<String,Type> |
ThriftHiveMetastore.Iface.get_type_all(String name)
|
Map<String,Type> |
ThriftHiveMetastore.Client.get_type_all(String name)
|
Type |
ThriftHiveMetastore.Iface.get_type(String name)
|
Type |
ThriftHiveMetastore.Client.get_type(String name)
|
Partition |
ThriftHiveMetastore.Client.recv_add_partition()
|
void |
ThriftHiveMetastore.Client.recv_alter_partition()
|
void |
ThriftHiveMetastore.Client.recv_alter_table()
|
Partition |
ThriftHiveMetastore.Client.recv_append_partition()
|
boolean |
ThriftHiveMetastore.Client.recv_create_database()
|
void |
ThriftHiveMetastore.Client.recv_create_table()
|
boolean |
ThriftHiveMetastore.Client.recv_create_type()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_database()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_partition()
|
void |
ThriftHiveMetastore.Client.recv_drop_table()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_type()
|
Database |
ThriftHiveMetastore.Client.recv_get_database()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_databases()
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names()
|
Partition |
ThriftHiveMetastore.Client.recv_get_partition()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions()
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema()
|
Table |
ThriftHiveMetastore.Client.recv_get_table()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_tables()
|
Map<String,Type> |
ThriftHiveMetastore.Client.recv_get_type_all()
|
Type |
ThriftHiveMetastore.Client.recv_get_type()
|
Uses of MetaException in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that throw MetaException | |
---|---|
protected boolean |
Hive.createDatabase(String name,
String locationUri)
|
protected boolean |
Hive.dropDatabase(String name)
|
Uses of MetaException in org.apache.hadoop.hive.service |
---|
Constructors in org.apache.hadoop.hive.service that throw MetaException | |
---|---|
HiveServer.HiveServerHandler()
A constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |