Uses of Package
org.apache.hadoop.mapreduce.lib.db

Packages that use org.apache.hadoop.mapreduce.lib.db
org.apache.hadoop.mapred.lib.db   
org.apache.hadoop.mapreduce.lib.db   
 

Classes in org.apache.hadoop.mapreduce.lib.db used by org.apache.hadoop.mapred.lib.db
DBConfiguration
          A container for configuration property names for jobs with DB input/output.
DBInputFormat
          A InputFormat that reads input data from an SQL table.
DBOutputFormat
          A OutputFormat that sends the reduce output to a SQL table.
DBWritable
          Objects that are read from/written to a database should implement DBWritable.
 

Classes in org.apache.hadoop.mapreduce.lib.db used by org.apache.hadoop.mapreduce.lib.db
BigDecimalSplitter
          Implement DBSplitter over BigDecimal values.
DataDrivenDBInputFormat
          A InputFormat that reads input data from an SQL table.
DataDrivenDBRecordReader
          A RecordReader that reads records from a SQL table, using data-driven WHERE clause splits.
DateSplitter
          Implement DBSplitter over date/time values.
DBConfiguration
          A container for configuration property names for jobs with DB input/output.
DBInputFormat
          A InputFormat that reads input data from an SQL table.
DBRecordReader
          A RecordReader that reads records from a SQL table.
DBSplitter
          DBSplitter will generate DBInputSplits to use with DataDrivenDBInputFormat.
DBWritable
          Objects that are read from/written to a database should implement DBWritable.
IntegerSplitter
          Implement DBSplitter over integer values.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.