Modifier and Type | Class and Description |
---|---|
class |
JsonFormatParser
The JSON parser
|
class |
LineParser
A parser for line-oriented, character delimited text files (such as CVS)
|
class |
XMLParser
An XML parser
|
Modifier and Type | Field and Description |
---|---|
Class<? extends Parser> |
ParsedDataSource.parser |
Class<? extends Parser> |
ParsedDataSource.parser |
Modifier and Type | Method and Description |
---|---|
static Bag |
MapReduceAlgebra.parsedSource(int source_num,
Parser parser,
String file,
Trees args)
parse a text document using a given parser and tag output data with a source num
|
static Bag |
MapReduceAlgebra.parsedSource(int source_num,
Parser parser,
String file,
Trees args)
parse a text document using a given parser and tag output data with a source num
|
static Bag |
MapReduceAlgebra.parsedSource(Parser parser,
String file,
Trees args)
parse a text document using a given parser
|
static Bag |
MapReduceAlgebra.parsedSource(Parser parser,
String file,
Trees args)
parse a text document using a given parser
|
Modifier and Type | Method and Description |
---|---|
static DataSet |
Plan.parsedSource(Class<? extends Parser> parser,
String file,
Trees args)
The source physical operator for parsing text files
|
static DataSet |
Plan.parsedSource(Class<? extends Parser> parser,
String file,
Trees args)
The source physical operator for parsing text files
|
static DataSet |
Plan.parsedSource(int source_num,
Class<? extends Parser> parser,
String file,
Trees args)
The source physical operator for parsing text files
|
static DataSet |
Plan.parsedSource(int source_num,
Class<? extends Parser> parser,
String file,
Trees args)
The source physical operator for parsing text files
|
Constructor and Description |
---|
ParsedDataSource(int source_num,
String path,
Class<? extends Parser> parser,
Trees args,
org.apache.hadoop.conf.Configuration conf) |
ParsedDataSource(int source_num,
String path,
Class<? extends Parser> parser,
Trees args,
org.apache.hadoop.conf.Configuration conf) |
ParsedDataSource(String path,
Class<? extends Parser> parser,
Trees args,
org.apache.hadoop.conf.Configuration conf) |
ParsedDataSource(String path,
Class<? extends Parser> parser,
Trees args,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2013 The Apache Software Foundation. All rights reserved.