public class SkippingTextInputFormat
extends org.apache.hadoop.mapred.TextInputFormat
| Constructor and Description |
|---|
SkippingTextInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.mapred.JobConf conf) |
void |
configure(org.apache.hadoop.mapred.JobConf conf,
int headerCount,
int footerCount) |
protected org.apache.hadoop.mapred.FileSplit |
makeSplit(org.apache.hadoop.fs.Path file,
long start,
long length,
String[] hosts) |
protected org.apache.hadoop.mapred.FileSplit |
makeSplit(org.apache.hadoop.fs.Path file,
long start,
long length,
String[] hosts,
String[] inMemoryHosts) |
public void configure(org.apache.hadoop.mapred.JobConf conf)
configure in interface org.apache.hadoop.mapred.JobConfigurableconfigure in class org.apache.hadoop.mapred.TextInputFormatpublic void configure(org.apache.hadoop.mapred.JobConf conf,
int headerCount,
int footerCount)
protected org.apache.hadoop.mapred.FileSplit makeSplit(org.apache.hadoop.fs.Path file,
long start,
long length,
String[] hosts)
makeSplit in class org.apache.hadoop.mapred.FileInputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>Copyright © 2022 The Apache Software Foundation. All rights reserved.