Modifier and Type | Field and Description |
---|---|
Class<? extends MRQLFileInputFormat> |
DataSource.inputFormat |
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends MRQLFileInputFormat> |
Evaluator.binaryInputFormat()
return the FileInputFormat for binary files
|
abstract Class<? extends MRQLFileInputFormat> |
Evaluator.generatorInputFormat()
return the FileInputFormat for data generator files
|
abstract Class<? extends MRQLFileInputFormat> |
Evaluator.parsedInputFormat()
return the FileInputFormat for parsed files (CSV, XML, JSON, etc)
|
Constructor and Description |
---|
DataSource(int source_num,
String path,
Class<? extends MRQLFileInputFormat> inputFormat,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.