Serialized Form


Package org.apache.hadoop.hive.hwi

Class org.apache.hadoop.hive.hwi.HWIException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hive.metastore

Class org.apache.hadoop.hive.metastore.HiveMetaException extends Exception implements Serializable


Package org.apache.hadoop.hive.metastore.api

Class org.apache.hadoop.hive.metastore.api.AlreadyExistsException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

AlreadyExistsException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.AlreadyExistsException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.Database extends Object implements Serializable

Serialized Fields

name

String name

description

String description

__isset

Database.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Database.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

description

boolean description

Class org.apache.hadoop.hive.metastore.api.ExistingDependentsException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

ExistingDependentsException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ExistingDependentsException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.FieldSchema extends Object implements Serializable

Serialized Fields

name

String name

type

String type

comment

String comment

__isset

FieldSchema.Isset __isset

Class org.apache.hadoop.hive.metastore.api.FieldSchema.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

type

boolean type

comment

boolean comment

Class org.apache.hadoop.hive.metastore.api.Index extends Object implements Serializable

Serialized Fields

indexName

String indexName

indexType

int indexType

tableName

String tableName

dbName

String dbName

colNames

List<E> colNames

__isset

Index.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Index.Isset extends Object implements Serializable

Serialized Fields

indexName

boolean indexName

indexType

boolean indexType

tableName

boolean tableName

dbName

boolean dbName

colNames

boolean colNames

Class org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

IndexAlreadyExistsException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.InvalidObjectException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

InvalidObjectException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.InvalidObjectException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.InvalidOperationException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

InvalidOperationException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.InvalidOperationException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.MetaException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

MetaException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.MetaException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.NoSuchObjectException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

NoSuchObjectException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.NoSuchObjectException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.Order extends Object implements Serializable

Serialized Fields

col

String col

order

int order

__isset

Order.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Order.Isset extends Object implements Serializable

Serialized Fields

col

boolean col

order

boolean order

Class org.apache.hadoop.hive.metastore.api.Partition extends Object implements Serializable

Serialized Fields

values

List<E> values

dbName

String dbName

tableName

String tableName

createTime

int createTime

lastAccessTime

int lastAccessTime

sd

StorageDescriptor sd

parameters

Map<K,V> parameters

__isset

Partition.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Partition.Isset extends Object implements Serializable

Serialized Fields

values

boolean values

dbName

boolean dbName

tableName

boolean tableName

createTime

boolean createTime

lastAccessTime

boolean lastAccessTime

sd

boolean sd

parameters

boolean parameters

Class org.apache.hadoop.hive.metastore.api.SerDeInfo extends Object implements Serializable

Serialized Fields

name

String name

serializationLib

String serializationLib

parameters

Map<K,V> parameters

__isset

SerDeInfo.Isset __isset

Class org.apache.hadoop.hive.metastore.api.SerDeInfo.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

serializationLib

boolean serializationLib

parameters

boolean parameters

Class org.apache.hadoop.hive.metastore.api.StorageDescriptor extends Object implements Serializable

Serialized Fields

cols

List<E> cols

location

String location

inputFormat

String inputFormat

outputFormat

String outputFormat

compressed

boolean compressed

numBuckets

int numBuckets

serdeInfo

SerDeInfo serdeInfo

bucketCols

List<E> bucketCols

sortCols

List<E> sortCols

parameters

Map<K,V> parameters

__isset

StorageDescriptor.Isset __isset

Class org.apache.hadoop.hive.metastore.api.StorageDescriptor.Isset extends Object implements Serializable

Serialized Fields

cols

boolean cols

location

boolean location

inputFormat

boolean inputFormat

outputFormat

boolean outputFormat

compressed

boolean compressed

numBuckets

boolean numBuckets

serdeInfo

boolean serdeInfo

bucketCols

boolean bucketCols

sortCols

boolean sortCols

parameters

boolean parameters

Class org.apache.hadoop.hive.metastore.api.Table extends Object implements Serializable

Serialized Fields

tableName

String tableName

dbName

String dbName

owner

String owner

createTime

int createTime

lastAccessTime

int lastAccessTime

retention

int retention

sd

StorageDescriptor sd

partitionKeys

List<E> partitionKeys

parameters

Map<K,V> parameters

__isset

Table.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Table.Isset extends Object implements Serializable

Serialized Fields

tableName

boolean tableName

dbName

boolean dbName

owner

boolean owner

createTime

boolean createTime

lastAccessTime

boolean lastAccessTime

retention

boolean retention

sd

boolean sd

partitionKeys

boolean partitionKeys

parameters

boolean parameters

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args extends Object implements Serializable

Serialized Fields

new_part

Partition new_part

__isset

ThriftHiveMetastore.add_partition_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args.Isset extends Object implements Serializable

Serialized Fields

new_part

boolean new_part

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result extends Object implements Serializable

Serialized Fields

success

Partition success

o1

InvalidObjectException o1

o2

AlreadyExistsException o2

o3

MetaException o3

__isset

ThriftHiveMetastore.add_partition_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args extends Object implements Serializable

Serialized Fields

sd

StorageDescriptor sd

parts

List<E> parts

__isset

ThriftHiveMetastore.alter_partitions_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_args.Isset extends Object implements Serializable

Serialized Fields

sd

boolean sd

parts

boolean parts

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

InvalidOperationException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.alter_partitions_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partitions_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args extends Object implements Serializable

Serialized Fields

dbname

String dbname

tbl_name

String tbl_name

new_tbl

Table new_tbl

__isset

ThriftHiveMetastore.alter_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args.Isset extends Object implements Serializable

Serialized Fields

dbname

boolean dbname

tbl_name

boolean tbl_name

new_tbl

boolean new_tbl

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result extends Object implements Serializable

Serialized Fields

o1

InvalidOperationException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.alter_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

part_vals

List<E> part_vals

__isset

ThriftHiveMetastore.append_partition_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

tbl_name

boolean tbl_name

part_vals

boolean part_vals

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result extends Object implements Serializable

Serialized Fields

success

Partition success

o1

InvalidObjectException o1

o2

AlreadyExistsException o2

o3

MetaException o3

__isset

ThriftHiveMetastore.append_partition_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args extends Object implements Serializable

Serialized Fields

name

String name

description

String description

__isset

ThriftHiveMetastore.create_database_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

description

boolean description

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

AlreadyExistsException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.create_database_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_index_args extends Object implements Serializable

Serialized Fields

index_def

Index index_def

__isset

ThriftHiveMetastore.create_index_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_index_args.Isset extends Object implements Serializable

Serialized Fields

index_def

boolean index_def

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_index_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

IndexAlreadyExistsException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.create_index_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_index_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args extends Object implements Serializable

Serialized Fields

tbl

Table tbl

__isset

ThriftHiveMetastore.create_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args.Isset extends Object implements Serializable

Serialized Fields

tbl

boolean tbl

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result extends Object implements Serializable

Serialized Fields

o1

AlreadyExistsException o1

o2

InvalidObjectException o2

o3

MetaException o3

o4

NoSuchObjectException o4

__isset

ThriftHiveMetastore.create_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

o3

boolean o3

o4

boolean o4

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args extends Object implements Serializable

Serialized Fields

type

Type type

__isset

ThriftHiveMetastore.create_type_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args.Isset extends Object implements Serializable

Serialized Fields

type

boolean type

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

AlreadyExistsException o1

o2

InvalidObjectException o2

o3

MetaException o3

__isset

ThriftHiveMetastore.create_type_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args extends Object implements Serializable

Serialized Fields

name

String name

__isset

ThriftHiveMetastore.drop_database_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result extends Object implements Serializable

Serialized Fields

success

boolean success

o2

MetaException o2

__isset

ThriftHiveMetastore.drop_database_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

part_vals

List<E> part_vals

deleteData

boolean deleteData

__isset

ThriftHiveMetastore.drop_partition_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

tbl_name

boolean tbl_name

part_vals

boolean part_vals

deleteData

boolean deleteData

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

NoSuchObjectException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.drop_partition_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args extends Object implements Serializable

Serialized Fields

dbname

String dbname

name

String name

deleteData

boolean deleteData

__isset

ThriftHiveMetastore.drop_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args.Isset extends Object implements Serializable

Serialized Fields

dbname

boolean dbname

name

boolean name

deleteData

boolean deleteData

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result extends Object implements Serializable

Serialized Fields

o1

NoSuchObjectException o1

o3

MetaException o3

__isset

ThriftHiveMetastore.drop_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args extends Object implements Serializable

Serialized Fields

type

String type

__isset

ThriftHiveMetastore.drop_type_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args.Isset extends Object implements Serializable

Serialized Fields

type

boolean type

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result extends Object implements Serializable

Serialized Fields

success

boolean success

o2

MetaException o2

__isset

ThriftHiveMetastore.drop_type_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args extends Object implements Serializable

Serialized Fields

name

String name

__isset

ThriftHiveMetastore.get_database_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result extends Object implements Serializable

Serialized Fields

success

Database success

o1

NoSuchObjectException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.get_database_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args extends Object implements Serializable

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

__isset

ThriftHiveMetastore.get_databases_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

ThriftHiveMetastore.get_fields_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftHiveMetastore.get_fields_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

part_vals

List<E> part_vals

__isset

ThriftHiveMetastore.get_partition_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

tbl_name

boolean tbl_name

part_vals

boolean part_vals

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

max_parts

short max_parts

__isset

ThriftHiveMetastore.get_partition_names_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

tbl_name

boolean tbl_name

max_parts

boolean max_parts

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o2

MetaException o2

__isset

ThriftHiveMetastore.get_partition_names_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result extends Object implements Serializable

Serialized Fields

success

Partition success

o1

MetaException o1

__isset

ThriftHiveMetastore.get_partition_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

max_parts

short max_parts

__isset

ThriftHiveMetastore.get_partitions_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

tbl_name

boolean tbl_name

max_parts

boolean max_parts

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

NoSuchObjectException o1

o2

MetaException o2

__isset

ThriftHiveMetastore.get_partitions_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args extends Object implements Serializable

Serialized Fields

dbname

String dbname

tbl_name

String tbl_name

__isset

ThriftHiveMetastore.get_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args.Isset extends Object implements Serializable

Serialized Fields

dbname

boolean dbname

tbl_name

boolean tbl_name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result extends Object implements Serializable

Serialized Fields

success

Table success

o1

MetaException o1

o2

NoSuchObjectException o2

__isset

ThriftHiveMetastore.get_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

pattern

String pattern

__isset

ThriftHiveMetastore.get_tables_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

pattern

boolean pattern

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

__isset

ThriftHiveMetastore.get_tables_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args extends Object implements Serializable

Serialized Fields

name

String name

__isset

ThriftHiveMetastore.get_type_all_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result extends Object implements Serializable

Serialized Fields

success

Map<K,V> success

o2

MetaException o2

__isset

ThriftHiveMetastore.get_type_all_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args extends Object implements Serializable

Serialized Fields

name

String name

__isset

ThriftHiveMetastore.get_type_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result extends Object implements Serializable

Serialized Fields

success

Type success

o2

MetaException o2

__isset

ThriftHiveMetastore.get_type_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.alter_table_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

schema

Map<K,V> schema

__isset

ThriftMetaStore.alter_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.alter_table_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

schema

boolean schema

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.alter_table_result extends Object implements Serializable

Serialized Fields

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.alter_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.alter_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.cat_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

partition

String partition

high

int high

__isset

ThriftMetaStore.cat_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.cat_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

partition

boolean partition

high

boolean high

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.cat_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownDBException o2

o3

UnknownTableException o3

__isset

ThriftMetaStore.cat_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.cat_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.create_table_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

schema

Map<K,V> schema

__isset

ThriftMetaStore.create_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.create_table_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

schema

boolean schema

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.create_table_result extends Object implements Serializable

Serialized Fields

o1

MetaException o1

o2

UnknownDBException o2

__isset

ThriftMetaStore.create_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.create_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.drop_table_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

ThriftMetaStore.drop_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.drop_table_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.drop_table_result extends Object implements Serializable

Serialized Fields

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.drop_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.drop_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_dbs_args extends Object implements Serializable

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_dbs_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o

MetaException o

__isset

ThriftMetaStore.get_dbs_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_dbs_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o

boolean o

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_fields_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

ThriftMetaStore.get_fields_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_fields_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_fields_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.get_fields_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_fields_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_partitions_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

ThriftMetaStore.get_partitions_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_partitions_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_partitions_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.get_partitions_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_partitions_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_schema_args extends Object implements Serializable

Serialized Fields

table_name

String table_name

__isset

ThriftMetaStore.get_schema_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_schema_args.Isset extends Object implements Serializable

Serialized Fields

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_schema_result extends Object implements Serializable

Serialized Fields

success

Map<K,V> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.get_schema_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_schema_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_tables_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

pattern

String pattern

__isset

ThriftMetaStore.get_tables_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_tables_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

pattern

boolean pattern

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_tables_result extends Object implements Serializable

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.get_tables_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.get_tables_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.table_exists_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

ThriftMetaStore.table_exists_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.table_exists_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.table_exists_result extends Object implements Serializable

Serialized Fields

success

boolean success

o1

MetaException o1

o2

UnknownDBException o2

__isset

ThriftMetaStore.table_exists_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.table_exists_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

o1

boolean o1

o2

boolean o2

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.truncate_table_args extends Object implements Serializable

Serialized Fields

db_name

String db_name

table_name

String table_name

partition

String partition

__isset

ThriftMetaStore.truncate_table_args.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.truncate_table_args.Isset extends Object implements Serializable

Serialized Fields

db_name

boolean db_name

table_name

boolean table_name

partition

boolean partition

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.truncate_table_result extends Object implements Serializable

Serialized Fields

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

ThriftMetaStore.truncate_table_result.Isset __isset

Class org.apache.hadoop.hive.metastore.api.ThriftMetaStore.truncate_table_result.Isset extends Object implements Serializable

Serialized Fields

o1

boolean o1

o2

boolean o2

o3

boolean o3

Class org.apache.hadoop.hive.metastore.api.Type extends Object implements Serializable

Serialized Fields

name

String name

type1

String type1

type2

String type2

fields

List<E> fields

__isset

Type.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Type.Isset extends Object implements Serializable

Serialized Fields

name

boolean name

type1

boolean type1

type2

boolean type2

fields

boolean fields

Class org.apache.hadoop.hive.metastore.api.UnknownDBException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

UnknownDBException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.UnknownDBException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.UnknownTableException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

UnknownTableException.Isset __isset

Class org.apache.hadoop.hive.metastore.api.UnknownTableException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.metastore.api.Version extends Object implements Serializable

Serialized Fields

version

String version

comments

String comments

__isset

Version.Isset __isset

Class org.apache.hadoop.hive.metastore.api.Version.Isset extends Object implements Serializable

Serialized Fields

version

boolean version

comments

boolean comments

Package org.apache.hadoop.hive.ql.exec

Class org.apache.hadoop.hive.ql.exec.AmbiguousMethodException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

funcClass

Class<T> funcClass
The UDF or UDAF class that has the ambiguity.


argClasses

List<E> argClasses
The list of parameter types.

Class org.apache.hadoop.hive.ql.exec.CollectOperator extends Operator<collectDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.ColumnInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

internalName

String internalName

isVirtual

boolean isVirtual
isVirtual indicates whether the column is a virtual column or not. Virtual columns are the ones that are not stored in the tables. For now these are just the partitioning columns.

Class org.apache.hadoop.hive.ql.exec.CopyTask extends Task<copyWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.DDLTask extends Task<DDLWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.ExecDriver extends Task<mapredWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.ExplainTask extends Task<explainWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.ExtractOperator extends Operator<extractDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.FetchTask extends Task<fetchWork> implements Serializable

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows

splitNum

int splitNum

fs

org.apache.hadoop.fs.FileSystem fs

currRecReader

org.apache.hadoop.mapred.RecordReader<K,V> currRecReader

inputSplits

org.apache.hadoop.mapred.InputSplit[] inputSplits

inputFormat

org.apache.hadoop.mapred.InputFormat<K,V> inputFormat

job

org.apache.hadoop.mapred.JobConf job

key

org.apache.hadoop.io.WritableComparable<T> key

value

org.apache.hadoop.io.Writable value

serde

Deserializer serde

mSerde

LazySimpleSerDe mSerde

totalRows

int totalRows

iterPath

Iterator<E> iterPath

iterPartDesc

Iterator<E> iterPartDesc

currPath

org.apache.hadoop.fs.Path currPath

currPart

partitionDesc currPart

currTbl

tableDesc currTbl

tblDataDone

boolean tblDataDone

rowObjectInspector

StructObjectInspector rowObjectInspector

rowWithPart

Object[] rowWithPart

Class org.apache.hadoop.hive.ql.exec.FileSinkOperator extends TerminalOperator<fileSinkDesc> implements Serializable

serialVersionUID: 1L

Serialized Fields

recordValue

org.apache.hadoop.io.Writable recordValue

Class org.apache.hadoop.hive.ql.exec.FilterOperator extends Operator<filterDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.ForwardOperator extends Operator<forwardDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.FunctionTask extends Task<FunctionWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.GroupByOperator extends Operator<groupByDesc> implements Serializable

serialVersionUID: 1L

Serialized Fields

tempInspectableObject

InspectableObject tempInspectableObject

Class org.apache.hadoop.hive.ql.exec.JoinOperator extends Operator<joinDesc> implements Serializable

Serialized Fields

storage

HashMap<K,V> storage

joinEmitInterval

int joinEmitInterval

tempAliasInspectableObject

InspectableObject tempAliasInspectableObject

Class org.apache.hadoop.hive.ql.exec.LimitOperator extends Operator<limitDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.MapOperator extends Operator<mapredWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.MapRedTask extends Task<mapredWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.MoveTask extends Task<moveWork> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.Operator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

childOperators

List<E> childOperators

parentOperators

List<E> parentOperators

conf

Serializable conf

done

boolean done

Class org.apache.hadoop.hive.ql.exec.ReduceSinkOperator extends TerminalOperator<reduceSinkDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.RowSchema extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

signature

Vector<E> signature

Class org.apache.hadoop.hive.ql.exec.ScriptOperator extends Operator<scriptDesc> implements Serializable

serialVersionUID: 1L

Serialized Fields

text

org.apache.hadoop.io.Text text

Class org.apache.hadoop.hive.ql.exec.SelectOperator extends Operator<selectDesc> implements Serializable

serialVersionUID: 1L

Serialized Fields

firstRow

boolean firstRow

Class org.apache.hadoop.hive.ql.exec.TableScanOperator extends Operator<tableScanDesc> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.Task extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

childTasks

List<E> childTasks

parentTasks

List<E> parentTasks

id

String id

work

Serializable work

Class org.apache.hadoop.hive.ql.exec.TerminalOperator extends Operator<T extends Serializable> implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.exec.UnionOperator extends Operator<unionDesc> implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hive.ql.metadata

Class org.apache.hadoop.hive.ql.metadata.HiveException extends Exception implements Serializable

Class org.apache.hadoop.hive.ql.metadata.InvalidTableException extends HiveException implements Serializable

Serialized Fields

tableName

String tableName

Package org.apache.hadoop.hive.ql.parse

Class org.apache.hadoop.hive.ql.parse.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

errors

ArrayList<E> errors

Class org.apache.hadoop.hive.ql.parse.SemanticException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hive.ql.plan

Class org.apache.hadoop.hive.ql.plan.aggregationDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aggregationClass

Class<T> aggregationClass

parameters

ArrayList<E> parameters

distinct

boolean distinct

Class org.apache.hadoop.hive.ql.plan.alterTableDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

op

alterTableDesc.alterTableTypes op

oldName

String oldName

newName

String newName

newCols

List<E> newCols

serdeName

String serdeName

props

Map<K,V> props

Class org.apache.hadoop.hive.ql.plan.collectDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bufferSize

Integer bufferSize

Class org.apache.hadoop.hive.ql.plan.copyWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fromPath

String fromPath

toPath

String toPath

Class org.apache.hadoop.hive.ql.plan.createFunctionDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

functionName

String functionName

className

String className

Class org.apache.hadoop.hive.ql.plan.createTableDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

isExternal

boolean isExternal

cols

List<E> cols

partCols

List<E> partCols

bucketCols

List<E> bucketCols

sortCols

List<E> sortCols

numBuckets

int numBuckets

fieldDelim

String fieldDelim

collItemDelim

String collItemDelim

mapKeyDelim

String mapKeyDelim

lineDelim

String lineDelim

comment

String comment

inputFormat

String inputFormat

outputFormat

String outputFormat

location

String location

serName

String serName

mapProp

Map<K,V> mapProp

ifNotExists

boolean ifNotExists

Class org.apache.hadoop.hive.ql.plan.ddlDesc extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.plan.DDLWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

createTblDesc

createTableDesc createTblDesc

dropTblDesc

dropTableDesc dropTblDesc

alterTblDesc

alterTableDesc alterTblDesc

showTblsDesc

showTablesDesc showTblsDesc

showPartsDesc

showPartitionsDesc showPartsDesc

descTblDesc

descTableDesc descTblDesc

addPartitionDesc

AddPartitionDesc addPartitionDesc

msckDesc

MsckDesc msckDesc

Class org.apache.hadoop.hive.ql.plan.descTableDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

partSpec

HashMap<K,V> partSpec

resFile

org.apache.hadoop.fs.Path resFile

isExt

boolean isExt

table

String table
table name for the result of describe table


schema

String schema
thrift ddl for the result of describe table

Class org.apache.hadoop.hive.ql.plan.dropTableDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

partSpecs

List<E> partSpecs

Class org.apache.hadoop.hive.ql.plan.explainWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resFile

org.apache.hadoop.fs.Path resFile

rootTasks

List<E> rootTasks

astStringTree

String astStringTree

extended

boolean extended

Class org.apache.hadoop.hive.ql.plan.explosionDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

position

int position

Class org.apache.hadoop.hive.ql.plan.exprNodeColumnDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

column

String column

Class org.apache.hadoop.hive.ql.plan.exprNodeConstantDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Class org.apache.hadoop.hive.ql.plan.exprNodeDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

typeInfo

TypeInfo typeInfo

Class org.apache.hadoop.hive.ql.plan.exprNodeFieldDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

desc

exprNodeDesc desc

fieldName

String fieldName

isList

Boolean isList

Class org.apache.hadoop.hive.ql.plan.exprNodeFuncDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

UDFClass

Class<T> UDFClass

UDFMethod

Method UDFMethod

children

ArrayList<E> children

Class org.apache.hadoop.hive.ql.plan.exprNodeIndexDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

desc

exprNodeDesc desc

index

exprNodeDesc index

Class org.apache.hadoop.hive.ql.plan.exprNodeNullDesc extends exprNodeDesc implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.plan.extractDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

col

exprNodeDesc col

Class org.apache.hadoop.hive.ql.plan.fetchWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tblDir

org.apache.hadoop.fs.Path tblDir

tblDesc

tableDesc tblDesc

partDir

List<E> partDir

partDesc

List<E> partDesc

limit

int limit

serializationNullFormat

String serializationNullFormat
Serialization Null Format for the serde used to fetch data

Class org.apache.hadoop.hive.ql.plan.fileSinkDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dirName

String dirName

tableInfo

tableDesc tableInfo

compressed

boolean compressed

destTableId

int destTableId

Class org.apache.hadoop.hive.ql.plan.filterDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

predicate

exprNodeDesc predicate

Class org.apache.hadoop.hive.ql.plan.forwardDesc extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.plan.FunctionWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

createFunctionDesc

createFunctionDesc createFunctionDesc

Class org.apache.hadoop.hive.ql.plan.groupByDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mode

groupByDesc.Mode mode

keys

ArrayList<E> keys

aggregators

ArrayList<E> aggregators

evalMethods

ArrayList<E> evalMethods

aggMethods

ArrayList<E> aggMethods

Class org.apache.hadoop.hive.ql.plan.joinCond extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

int left

right

int right

type

int type

Class org.apache.hadoop.hive.ql.plan.joinDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

exprs

Map<K,V> exprs

noOuterJoin

boolean noOuterJoin

conds

joinCond[] conds

Class org.apache.hadoop.hive.ql.plan.limitDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

limit

int limit

Class org.apache.hadoop.hive.ql.plan.loadDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceDir

String sourceDir

Class org.apache.hadoop.hive.ql.plan.loadFileDesc extends loadDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

targetDir

String targetDir

isDfsDir

boolean isDfsDir

columns

String columns

Class org.apache.hadoop.hive.ql.plan.loadTableDesc extends loadDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

replace

boolean replace

tmpDir

String tmpDir

table

tableDesc table

partitionSpec

HashMap<K,V> partitionSpec

Class org.apache.hadoop.hive.ql.plan.mapredWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

command

String command

pathToAliases

LinkedHashMap<K,V> pathToAliases

pathToPartitionInfo

LinkedHashMap<K,V> pathToPartitionInfo

aliasToWork

LinkedHashMap<K,V> aliasToWork

keyDesc

tableDesc keyDesc

tagToValueDesc

List<E> tagToValueDesc

reducer

Operator<T extends Serializable> reducer

numReduceTasks

Integer numReduceTasks

needsTagging

boolean needsTagging

Class org.apache.hadoop.hive.ql.plan.moveWork extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

loadTableWork

List<E> loadTableWork

loadFileWork

List<E> loadFileWork

checkFileFormat

boolean checkFileFormat

Class org.apache.hadoop.hive.ql.plan.partitionDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

tableDesc table

partSpec

LinkedHashMap<K,V> partSpec

Class org.apache.hadoop.hive.ql.plan.reduceSinkDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

keyCols

ArrayList<E> keyCols
Key columns are passed to reducer in the "key".


valueCols

ArrayList<E> valueCols
Value columns are passed to reducer in the "value".


keySerializeInfo

tableDesc keySerializeInfo
Describe how to serialize the key.


valueSerializeInfo

tableDesc valueSerializeInfo
Describe how to serialize the value.


tag

int tag
The tag for this reducesink descriptor.


partitionCols

ArrayList<E> partitionCols
The partition columns (CLUSTER BY or DISTRIBUTE BY in Hive language). Partition columns decide the reducer that the current row goes to. Partition columns are not passed to reducer.


numReducers

int numReducers

Class org.apache.hadoop.hive.ql.plan.schemaDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

schema

String schema

Class org.apache.hadoop.hive.ql.plan.scriptDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scriptCmd

String scriptCmd

scriptOutputInfo

tableDesc scriptOutputInfo

scriptInputInfo

tableDesc scriptInputInfo

Class org.apache.hadoop.hive.ql.plan.selectDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

colList

ArrayList<E> colList

selectStar

boolean selectStar

Class org.apache.hadoop.hive.ql.plan.showPartitionsDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

tabName

String tabName

resFile

org.apache.hadoop.fs.Path resFile

table

String table
table name for the result of show tables


schema

String schema
thrift ddl for the result of show tables

Class org.apache.hadoop.hive.ql.plan.showTablesDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

pattern

String pattern

resFile

org.apache.hadoop.fs.Path resFile

table

String table
table name for the result of show tables


schema

String schema
thrift ddl for the result of show tables

Class org.apache.hadoop.hive.ql.plan.tableDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

deserializerClass

Class<T> deserializerClass

inputFileFormatClass

Class<T> inputFileFormatClass

outputFileFormatClass

Class<T> outputFileFormatClass

properties

Properties properties

serdeClassName

String serdeClassName

Class org.apache.hadoop.hive.ql.plan.tableScanDesc extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.plan.unionDesc extends Object implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hive.serde.test

Class org.apache.hadoop.hive.serde.test.InnerStruct extends Object implements Serializable

Serialized Fields

field0

int field0

__isset

InnerStruct.Isset __isset

Class org.apache.hadoop.hive.serde.test.InnerStruct.Isset extends Object implements Serializable

Serialized Fields

field0

boolean field0

Class org.apache.hadoop.hive.serde.test.ThriftTestObj extends Object implements Serializable

Serialized Fields

field1

int field1

field2

String field2

field3

List<E> field3

__isset

ThriftTestObj.Isset __isset

Class org.apache.hadoop.hive.serde.test.ThriftTestObj.Isset extends Object implements Serializable

Serialized Fields

field1

boolean field1

field2

boolean field2

field3

boolean field3

Package org.apache.hadoop.hive.serde2

Class org.apache.hadoop.hive.serde2.SerDeException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hive.serde2.dynamic_type

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe extends Object implements Serializable

Serialized Fields

type_name

String type_name

bt

DynamicSerDeStructBase bt

tios

com.facebook.thrift.transport.TIOStreamTransport tios

deserializeReuse

Object deserializeReuse

ret

org.apache.hadoop.io.BytesWritable ret

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList extends DynamicSerDeSimpleNode implements Serializable

Serialized Fields

types_by_id

Map<K,V> types_by_id

types_by_column_name

Map<K,V> types_by_column_name

ordered_types

DynamicSerDeTypeBase[] ordered_types

ordered_column_id_by_name

Map<K,V> ordered_column_id_by_name

isRealThrift

boolean isRealThrift
Indicates whether fields can be out of order or missing. i.e., is it really real thrift serialization. This is used by dynamicserde to do some optimizations if it knows all the fields exist and are required and are serialized in order. For now, those optimizations are only done for DynamicSerDe serialized data so always set to false for now.


fieldsPresent

boolean[] fieldsPresent

field

com.facebook.thrift.protocol.TField field

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction extends DynamicSerDeStructBase implements Serializable

Serialized Fields

FD_ASYNC

int FD_ASYNC

FD_FUNCTION_TYPE

int FD_FUNCTION_TYPE

FD_FIELD_LIST

int FD_FIELD_LIST

FD_THROWS

int FD_THROWS

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct extends DynamicSerDeStructBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase extends DynamicSerDeTypeBase implements Serializable

Serialized Fields

fieldList

DynamicSerDeFieldList fieldList

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase extends DynamicSerDeSimpleNode implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16 extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32 extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64 extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap extends DynamicSerDeTypeBase implements Serializable

Serialized Fields

FD_KEYTYPE

byte FD_KEYTYPE

FD_VALUETYPE

byte FD_VALUETYPE

serializeMap

com.facebook.thrift.protocol.TMap serializeMap

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet extends DynamicSerDeTypeBase implements Serializable

Serialized Fields

tset

com.facebook.thrift.protocol.TSet tset
NOTE: Set is not supported by Hive yet. The code uses ListObjectInspector right now. We need to change it to SetObjectInspector when that is done.

Class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString extends DynamicSerDeTypeBase implements Serializable

Class org.apache.hadoop.hive.serde2.dynamic_type.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.hadoop.hive.serde2.thrift.test

Class org.apache.hadoop.hive.serde2.thrift.test.Complex extends Object implements Serializable

Serialized Fields

aint

int aint

aString

String aString

lint

List<E> lint

lString

List<E> lString

lintString

List<E> lintString

mStringString

Map<K,V> mStringString

__isset

Complex.Isset __isset

Class org.apache.hadoop.hive.serde2.thrift.test.Complex.Isset extends Object implements Serializable

Serialized Fields

aint

boolean aint

aString

boolean aString

lint

boolean lint

lString

boolean lString

lintString

boolean lintString

mStringString

boolean mStringString

Class org.apache.hadoop.hive.serde2.thrift.test.IntString extends Object implements Serializable

Serialized Fields

myint

int myint

myString

String myString

__isset

IntString.Isset __isset

Class org.apache.hadoop.hive.serde2.thrift.test.IntString.Isset extends Object implements Serializable

Serialized Fields

myint

boolean myint

myString

boolean myString

Package org.apache.hadoop.hive.serde2.typeinfo

Class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

listElementTypeInfo

TypeInfo listElementTypeInfo

Class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

mapKeyTypeInfo

TypeInfo mapKeyTypeInfo

mapValueTypeInfo

TypeInfo mapValueTypeInfo

Class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

primitiveClass

Class<T> primitiveClass

Class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo extends TypeInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

allStructFieldNames

ArrayList<E> allStructFieldNames

allStructFieldTypeInfos

ArrayList<E> allStructFieldTypeInfos

Class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo extends Object implements Serializable


Package org.apache.hadoop.hive.service

Class org.apache.hadoop.hive.service.HiveServerException extends Exception implements Serializable

Serialized Fields

message

String message

__isset

HiveServerException.Isset __isset

Class org.apache.hadoop.hive.service.HiveServerException.Isset extends Object implements Serializable

Serialized Fields

message

boolean message

Class org.apache.hadoop.hive.service.ThriftHive.execute_args extends Object implements Serializable

Serialized Fields

query

String query

__isset

ThriftHive.execute_args.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.execute_args.Isset extends Object implements Serializable

Serialized Fields

query

boolean query

Class org.apache.hadoop.hive.service.ThriftHive.execute_result extends Object implements Serializable

Serialized Fields

ex

HiveServerException ex

__isset

ThriftHive.execute_result.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.execute_result.Isset extends Object implements Serializable

Serialized Fields

ex

boolean ex

Class org.apache.hadoop.hive.service.ThriftHive.fetchAll_args extends Object implements Serializable

Class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result extends Object implements Serializable

Serialized Fields

success

List<E> success

ex

HiveServerException ex

__isset

ThriftHive.fetchAll_result.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

ex

boolean ex

Class org.apache.hadoop.hive.service.ThriftHive.fetchN_args extends Object implements Serializable

Serialized Fields

numRows

int numRows

__isset

ThriftHive.fetchN_args.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.fetchN_args.Isset extends Object implements Serializable

Serialized Fields

numRows

boolean numRows

Class org.apache.hadoop.hive.service.ThriftHive.fetchN_result extends Object implements Serializable

Serialized Fields

success

List<E> success

ex

HiveServerException ex

__isset

ThriftHive.fetchN_result.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.fetchN_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

ex

boolean ex

Class org.apache.hadoop.hive.service.ThriftHive.fetchOne_args extends Object implements Serializable

Class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result extends Object implements Serializable

Serialized Fields

success

String success

ex

HiveServerException ex

__isset

ThriftHive.fetchOne_result.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

ex

boolean ex

Class org.apache.hadoop.hive.service.ThriftHive.getSchema_args extends Object implements Serializable

Class org.apache.hadoop.hive.service.ThriftHive.getSchema_result extends Object implements Serializable

Serialized Fields

success

String success

ex

HiveServerException ex

__isset

ThriftHive.getSchema_result.Isset __isset

Class org.apache.hadoop.hive.service.ThriftHive.getSchema_result.Isset extends Object implements Serializable

Serialized Fields

success

boolean success

ex

boolean ex



Copyright © 2009 The Apache Software Foundation