Uses of Package
org.apache.hadoop.hive.ql.io

Packages that use org.apache.hadoop.hive.ql.io
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
 

Classes in org.apache.hadoop.hive.ql.io used by org.apache.hadoop.hive.ql.exec
HiveOutputFormat
          HiveOutputFormat describes the output-specification for Hive's operators.
RCFile.Writer
          Write KeyBuffer/ValueBuffer pairs to a RCFile.
 

Classes in org.apache.hadoop.hive.ql.io used by org.apache.hadoop.hive.ql.io
BucketizedHiveInputSplit
          HiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClass.
FlatFileInputFormat.RowContainer
          A work-around until HADOOP-1230 is fixed.
FlatFileInputFormat.SerializationContext
          An implementation of SerializationContext is responsible for looking up the Serialization implementation for the given RecordReader.
HiveInputFormat
          HiveInputFormat is a parameterized InputFormat which looks at the path name and determine the correct InputFormat for that path name from mapredPlan.pathToPartitionInfo().
HiveInputFormat.HiveInputSplit
          HiveInputSplit encapsulates an InputSplit with its corresponding inputFormatClass.
HiveOutputFormat
          HiveOutputFormat describes the output-specification for Hive's operators.
HivePartitioner
          Partition keys by their Object.hashCode().
InputFormatChecker
          Check for validity of the input files.
NonSyncDataOutputBuffer
          A thread-not-safe version of Hadoop's DataOutputBuffer, which removes all synchronized modifiers.
 

Classes in org.apache.hadoop.hive.ql.io used by org.apache.hadoop.hive.ql.metadata
HiveOutputFormat
          HiveOutputFormat describes the output-specification for Hive's operators.
 

Classes in org.apache.hadoop.hive.ql.io used by org.apache.hadoop.hive.ql.plan
HiveOutputFormat
          HiveOutputFormat describes the output-specification for Hive's operators.
 



Copyright © 2010 The Apache Software Foundation