Package | Description |
---|---|
org.apache.hadoop.mapred.lib.db | |
org.apache.hadoop.mapreduce.lib.db |
Class and Description |
---|
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 . |
Class and Description |
---|
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 © 2024 Apache Software Foundation. All rights reserved.