Interface | Description |
---|---|
FormatToBytesWritableMapper.LineParser<T> |
Parses a single input line, returning a
T . |
ImportPreUpsertKeyValueProcessor |
A listener hook to process KeyValues that are being written to HFiles for bulk import.
|
Class | Description |
---|---|
AbstractBulkLoadTool |
Base tool for running MapReduce-based ingests of data.
|
CsvBulkImportUtil |
Collection of utility methods for setting up bulk import jobs.
|
CsvBulkLoadTool | |
CsvToKeyValueMapper |
MapReduce mapper that converts CSV input lines into KeyValues that can be written to HFiles.
|
FormatToBytesWritableMapper<RECORD> |
Base class for converting some input source format into
ImmutableBytesWritable s that
contains packed in a single byte array values for all columns. |
FormatToBytesWritableMapper.DefaultImportPreUpsertKeyValueProcessor |
A default implementation of
ImportPreUpsertKeyValueProcessor that is used if no
specific class is configured. |
FormatToKeyValueReducer |
Reducer class for the bulkload jobs.
|
JsonBulkLoadTool |
A tool for running MapReduce-based ingests of JSON data.
|
JsonToKeyValueMapper |
MapReduce mapper that converts JSON input lines into KeyValues that can be written to HFiles.
|
MultiHfileOutputFormat |
The MultiHfileOutputFormat class simplifies writing HFiles for multiple tables.
|
PhoenixInputFormat<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> |
InputFormat implementation from Phoenix. |
PhoenixInputSplit |
Input split class to hold the lower and upper bound range.
|
PhoenixOutputCommitter |
A no-op
OutputCommitter |
PhoenixOutputFormat<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> |
OutputFormat implementation for Phoenix. |
PhoenixRecordReader<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> |
RecordReader implementation that iterates over the the records. |
PhoenixRecordWritable | |
PhoenixRecordWriter<T extends org.apache.hadoop.mapreduce.lib.db.DBWritable> |
Default
RecordWriter implementation from Phoenix |
RegexBulkLoadTool |
A tool for running MapReduce-based ingests of input data based on regex.
|
RegexToKeyValueMapper |
MapReduce mapper that converts input lines into KeyValues based on the Regex that can be written to HFiles.
|
Enum | Description |
---|---|
PhoenixJobCounters |
Counters used during Map Reduce jobs
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.