| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHECKPOINT_MODE
In this mode checkpoint data is provided to job.
|
protected org.apache.hadoop.conf.Configuration |
conf |
static java.lang.String |
END_TIME_MILLIS
If this filter is set, an event will be provided to map reduce job if it
happened before this timestamp in milliseconds
|
static java.lang.String |
HOME_DIR
The home directory for gemfirexd data in HDFS.
|
static java.lang.String |
INPUT_TABLE
The name of the table to process, for example APP.CUSTOMERS.
|
protected org.slf4j.Logger |
logger |
static java.lang.String |
PROPERTY_PREFIX
A valid property starting with this prefix will be used to tune input
format's behavior.
|
static java.lang.String |
START_TIME_MILLIS
If this filter is set, an event will be provided to map reduce job if it
happened after this timestamp in milliseconds
|
| Constructor and Description |
|---|
RowInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected MapRedRowRecordReader |
getRecordReader() |
org.apache.hadoop.mapred.RecordReader<Key,Row> |
getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf job,
org.apache.hadoop.mapred.Reporter reporter) |
protected org.apache.hadoop.mapred.InputSplit |
getSplit(org.apache.hadoop.mapred.lib.CombineFileSplit split) |
protected org.apache.hadoop.fs.Path[] |
getSplitPaths(org.apache.hadoop.mapred.InputSplit split) |
org.apache.hadoop.mapred.InputSplit[] |
getSplits(org.apache.hadoop.mapred.JobConf job,
int numSplits) |
public static final java.lang.String HOME_DIR
public static final java.lang.String INPUT_TABLE
public static final java.lang.String START_TIME_MILLIS
public static final java.lang.String END_TIME_MILLIS
public static final java.lang.String CHECKPOINT_MODE
public static final java.lang.String PROPERTY_PREFIX
protected final org.slf4j.Logger logger
protected org.apache.hadoop.conf.Configuration conf
public org.apache.hadoop.mapred.RecordReader<Key,Row> getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter) throws java.io.IOException
public org.apache.hadoop.mapred.InputSplit[] getSplits(org.apache.hadoop.mapred.JobConf job,
int numSplits)
throws java.io.IOException
protected org.apache.hadoop.mapred.InputSplit getSplit(org.apache.hadoop.mapred.lib.CombineFileSplit split)
protected MapRedRowRecordReader getRecordReader()
protected org.apache.hadoop.fs.Path[] getSplitPaths(org.apache.hadoop.mapred.InputSplit split)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.