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

org.apache.hadoop.hive.metastore.api.AlreadyExistsException.Isset __isset

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

Serialized Fields

name

String name

description

String description

__isset

org.apache.hadoop.hive.metastore.api.Database.Isset __isset

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

Serialized Fields

name

String name

type

String type

comment

String comment

__isset

org.apache.hadoop.hive.metastore.api.FieldSchema.Isset __isset

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

partName

String partName

__isset

org.apache.hadoop.hive.metastore.api.Index.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.InvalidObjectException.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.InvalidOperationException.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.MetaException.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.NoSuchObjectException.Isset __isset

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

Serialized Fields

col

String col

order

int order

__isset

org.apache.hadoop.hive.metastore.api.Order.Isset __isset

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

org.apache.hadoop.hive.metastore.api.Partition.Isset __isset

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

Serialized Fields

fieldSchemas

List<E> fieldSchemas

properties

Map<K,V> properties

__isset

org.apache.hadoop.hive.metastore.api.Schema.Isset __isset

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

org.apache.hadoop.hive.metastore.api.SerDeInfo.Isset __isset

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

org.apache.hadoop.hive.metastore.api.StorageDescriptor.Isset __isset

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

org.apache.hadoop.hive.metastore.api.Table.Isset __isset

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

Serialized Fields

new_part

Partition new_part

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result.Isset __isset

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

Serialized Fields

db_name

String db_name

tbl_name

String tbl_name

new_part

Partition new_part

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args.Isset __isset

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

Serialized Fields

o1

InvalidOperationException o1

o2

MetaException o2

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args.Isset __isset

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

Serialized Fields

o1

InvalidOperationException o1

o2

MetaException o2

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result.Isset __isset

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

Serialized Fields

name

String name

description

String description

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result.Isset __isset

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

Serialized Fields

tbl

Table tbl

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result.Isset __isset

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

Serialized Fields

type

Type type

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result.Isset __isset

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

Serialized Fields

name

String name

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args.Isset __isset

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

Serialized Fields

success

boolean success

o2

MetaException o2

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args.Isset __isset

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

Serialized Fields

o1

NoSuchObjectException o1

o3

MetaException o3

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result.Isset __isset

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

Serialized Fields

type

String type

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args.Isset __isset

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

Serialized Fields

success

boolean success

o2

MetaException o2

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result.Isset __isset

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

Serialized Fields

name

String name

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result.Isset __isset

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

Serialized Fields

success

Partition success

o1

MetaException o1

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result.Isset __isset

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

Serialized Fields

db_name

String db_name

table_name

String table_name

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args.Isset __isset

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

Serialized Fields

success

List<E> success

o1

MetaException o1

o2

UnknownTableException o2

o3

UnknownDBException o3

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result.Isset __isset

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

Serialized Fields

name

String name

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args.Isset __isset

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

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result.Isset __isset

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

Serialized Fields

name

String name

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args.Isset __isset

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

Serialized Fields

success

Type success

o2

MetaException o2

__isset

org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result.Isset __isset

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

org.apache.hadoop.hive.metastore.api.Type.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.UnknownDBException.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.metastore.api.UnknownTableException.Isset __isset

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

Serialized Fields

version

String version

comments

String comments

__isset

org.apache.hadoop.hive.metastore.api.Version.Isset __isset

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

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

serialVersionUID: 1L

Serialized Fields

funcClass

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


argTypeInfos

List<E> argTypeInfos
The list of parameter types.

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

serialVersionUID: 1L

Serialized Fields

firstRow

boolean firstRow

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

serialVersionUID: 1L

Serialized Fields

internalName

String internalName

tabAlias

String tabAlias
Store the alias of the table where available.


isPartitionCol

boolean isPartitionCol
Indicates whether the column is a partition column.

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

serialVersionUID: 1L

Serialized Fields

storage

HashMap<K,V> storage

joinEmitInterval

int joinEmitInterval

nextSz

int nextSz

Class org.apache.hadoop.hive.ql.exec.ConditionalTask extends Task<ConditionalWork> implements Serializable

serialVersionUID: 1L

Serialized Fields

listTasks

List<E> listTasks

resTask

Task<T extends Serializable> resTask

resolver

ConditionalResolver resolver

resolverCtx

Object resolverCtx

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.ExprNodeIndexEvaluator extends Object implements Serializable

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

ftOp

FetchOperator ftOp

mSerde

LazySimpleSerDe mSerde

totalRows

int totalRows

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

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.hadoop.hive.ql.exec.MapJoinOperator extends CommonJoinOperator<mapJoinDesc> implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

opCtxMap

Map<K,V> opCtxMap

extraChildrenToClose

ArrayList<E> extraChildrenToClose

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

Serialized Fields

firstRow

boolean firstRow

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

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

serialVersionUID: 1L

Serialized Fields

neededColumnIDs

ArrayList<E> neededColumnIDs

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.UDFArgumentException extends SemanticException implements Serializable

Class org.apache.hadoop.hive.ql.exec.UDFArgumentLengthException extends UDFArgumentException implements Serializable

Class org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException extends UDFArgumentException implements Serializable

Serialized Fields

argumentId

int argumentId

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

serialVersionUID: 1L

Serialized Fields

parentObjInspectors

StructObjectInspector[] parentObjInspectors

parentFields

List<E>[] parentFields

columnTypeResolvers

GenericUDFUtils.ReturnObjectInspectorResolver[] columnTypeResolvers

needsTransform

boolean[] needsTransform

outputRow

ArrayList<E> outputRow

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 HiveException 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

genericUDAFName

String genericUDAFName

genericUDAFEvaluatorClass

Class<T> genericUDAFEvaluatorClass

genericUDAFEvaluator

GenericUDAFEvaluator genericUDAFEvaluator

parameters

ArrayList<E> parameters

distinct

boolean distinct

mode

GenericUDAFEvaluator.Mode mode

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.ConditionalResolverMergeFiles extends Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

listTasks

List<E> listTasks

dir

String dir

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

serialVersionUID: 1L

Serialized Fields

listWorks

List<E> listWorks

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

fieldEscape

String fieldEscape

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.createTableLikeDesc extends ddlDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

isExternal

boolean isExternal

location

String location

ifNotExists

boolean ifNotExists

likeTableName

String likeTableName

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

createTblLikeDesc

createTableLikeDesc createTblLikeDesc

dropTblDesc

dropTableDesc dropTblDesc

alterTblDesc

alterTableDesc alterTblDesc

showTblsDesc

showTablesDesc showTblsDesc

showFuncsDesc

showFunctionsDesc showFuncsDesc

descFunctionDesc

descFunctionDesc descFunctionDesc

showPartsDesc

showPartitionsDesc showPartsDesc

descTblDesc

descTableDesc descTblDesc

addPartitionDesc

AddPartitionDesc addPartitionDesc

msckDesc

MsckDesc msckDesc

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

serialVersionUID: 1L

Serialized Fields

name

String name

resFile

org.apache.hadoop.fs.Path resFile

isExtended

boolean isExtended

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.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.dropFunctionDesc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

functionName

String functionName

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
The column name.


tabAlias

String tabAlias
The alias of the table.


isPartitionCol

boolean isPartitionCol
Is the column a partitioned 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

childExprs

List<E> childExprs

methodName

String methodName

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

serialVersionUID: 1L

Serialized Fields

genericUDFClass

Class<T> genericUDFClass

childExprs

List<E> childExprs

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

String 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

isSamplingPred

boolean isSamplingPred

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

dropFunctionDesc

dropFunctionDesc dropFunctionDesc

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

serialVersionUID: 1L

Serialized Fields

mode

groupByDesc.Mode mode

groupKeyNotReductionKey

boolean groupKeyNotReductionKey

keys

ArrayList<E> keys

aggregators

ArrayList<E> aggregators

outputColumnNames

ArrayList<E> outputColumnNames

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

outputColumnNames

ArrayList<E> outputColumnNames

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

columnTypes

String columnTypes

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.mapJoinDesc extends joinDesc implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

Map<K,V> keys

keyTblDesc

tableDesc keyTblDesc

valueTblDescs

List<E> valueTblDescs

posBigTable

int posBigTable

retainList

Map<K,V> retainList

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

serialVersionUID: 1L

Serialized Fields

aliasToWork

LinkedHashMap<K,V> aliasToWork

aliasToFetchWork

LinkedHashMap<K,V> aliasToFetchWork

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

aliasToPartnInfo

LinkedHashMap<K,V> aliasToPartnInfo

keyDesc

tableDesc keyDesc

tagToValueDesc

List<E> tagToValueDesc

reducer

Operator<T extends Serializable> reducer

numReduceTasks

Integer numReduceTasks

needsTagging

boolean needsTagging

mapLocalWork

mapredLocalWork mapLocalWork

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

serialVersionUID: 1L

Serialized Fields

loadTableWork

loadTableDesc loadTableWork

loadFileWork

loadFileDesc 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".


outputKeyColumnNames

ArrayList<E> outputKeyColumnNames

valueCols

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


outputValueColumnNames

ArrayList<E> outputValueColumnNames

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

outputColumnNames

ArrayList<E> outputColumnNames

selectStar

boolean selectStar

selStarNoCompute

boolean selStarNoCompute

Class org.apache.hadoop.hive.ql.plan.showFunctionsDesc 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.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

Serialized Fields

alias

String alias

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

serialVersionUID: 1L


Package org.apache.hadoop.hive.ql.udf.generic

Class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge.GenericUDAFBridgeEvaluator extends GenericUDAFEvaluator implements Serializable

serialVersionUID: 1L

Serialized Fields

udafEvaluator

Class<T> udafEvaluator

Package org.apache.hadoop.hive.ql.util.jdbm.helper

Class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArrayComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArraySerializer extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.util.jdbm.helper.CacheEvictionException extends Exception implements Serializable

Serialized Fields

_nested

Exception _nested
Nested exception -- the original exception that occured, if any.

Class org.apache.hadoop.hive.ql.util.jdbm.helper.DefaultSerializer extends Object implements Serializable

Class org.apache.hadoop.hive.ql.util.jdbm.helper.IntegerComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.util.jdbm.helper.IntegerSerializer extends Object implements Serializable

Class org.apache.hadoop.hive.ql.util.jdbm.helper.IterationException extends WrappedRuntimeException implements Serializable

Class org.apache.hadoop.hive.ql.util.jdbm.helper.LongComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.util.jdbm.helper.LongSerializer extends Object implements Serializable

Class org.apache.hadoop.hive.ql.util.jdbm.helper.ObjectBAComparator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_comparator

Comparator<T> _comparator
Wrapped comparator.

Class org.apache.hadoop.hive.ql.util.jdbm.helper.StringComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hive.ql.util.jdbm.helper.WrappedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

_except

Exception _except
The underlying exception.


Package org.apache.hadoop.hive.ql.util.jdbm.recman

Class org.apache.hadoop.hive.ql.util.jdbm.recman.BlockIo extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

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

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

Serialized Fields

field0

int field0

__isset

org.apache.hadoop.hive.serde.test.InnerStruct.Isset __isset

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

org.apache.hadoop.hive.serde.test.ThriftTestObj.Isset __isset

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

org.apache.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

org.apache.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

org.apache.thrift.protocol.TMap serializeMap

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

Serialized Fields

tset

org.apache.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

org.apache.hadoop.hive.serde2.thrift.test.Complex.Isset __isset

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

Serialized Fields

myint

int myint

myString

String myString

underscore_int

int underscore_int

__isset

org.apache.hadoop.hive.serde2.thrift.test.IntString.Isset __isset

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

typeName

String typeName

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.HiveClusterStatus extends Object implements Serializable

Serialized Fields

taskTrackers

int taskTrackers

mapTasks

int mapTasks

reduceTasks

int reduceTasks

maxMapTasks

int maxMapTasks

maxReduceTasks

int maxReduceTasks

state

int state

__isset

org.apache.hadoop.hive.service.HiveClusterStatus.Isset __isset

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

Serialized Fields

message

String message

__isset

org.apache.hadoop.hive.service.HiveServerException.Isset __isset

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

Serialized Fields

query

String query

__isset

org.apache.hadoop.hive.service.ThriftHive.execute_args.Isset __isset

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

Serialized Fields

ex

HiveServerException ex

__isset

org.apache.hadoop.hive.service.ThriftHive.execute_result.Isset __isset

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

org.apache.hadoop.hive.service.ThriftHive.fetchAll_result.Isset __isset

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

Serialized Fields

numRows

int numRows

__isset

org.apache.hadoop.hive.service.ThriftHive.fetchN_args.Isset __isset

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

Serialized Fields

success

List<E> success

ex

HiveServerException ex

__isset

org.apache.hadoop.hive.service.ThriftHive.fetchN_result.Isset __isset

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

org.apache.hadoop.hive.service.ThriftHive.fetchOne_result.Isset __isset

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

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

Serialized Fields

success

HiveClusterStatus success

ex

HiveServerException ex

__isset

org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result.Isset __isset

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

Schema success

ex

HiveServerException ex

__isset

org.apache.hadoop.hive.service.ThriftHive.getSchema_result.Isset __isset

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

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

Serialized Fields

success

Schema success

ex

HiveServerException ex

__isset

org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result.Isset __isset



Copyright © 2009 The Apache Software Foundation