Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.fs.Path[] |
HadoopToolsUtil.getInputPaths(InOutToolOptions options)
Get the input paths from an
InOutToolOptions . |
static org.apache.hadoop.fs.Path |
HadoopToolsUtil.getOutputPath(InOutToolOptions options)
Get the output path from an
InOutToolOptions . |
static void |
HadoopToolsUtil.validateInput(InOutToolOptions tool) |
static void |
HadoopToolsUtil.validateOutput(InOutToolOptions tool) |
Modifier and Type | Class and Description |
---|---|
class |
HadoopTwitterPreprocessingToolOptions
Hadoop specific options for twitter preprocessing
|
class |
HadoopTwitterTokenToolOptions
Hadoop specific options for twitter preprocessing
|
Modifier and Type | Class and Description |
---|---|
class |
PicSlurper
A tool for slurping images off twitter
|
class |
StormPicSlurper
A tool for slurping images off twitter
|
Modifier and Type | Class and Description |
---|---|
class |
StormToolOptions |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileToolsUtil.isStdin(InOutToolOptions tool)
Test whether the input is the stdin
|
static boolean |
FileToolsUtil.isStdout(InOutToolOptions tool)
Test whether the requested output is stdout.
|
static List<File> |
FileToolsUtil.validateLocalInput(InOutToolOptions tool)
Validate the (local) input from an
InOutToolOptions and return
the corresponding file. |
static File |
FileToolsUtil.validateLocalOutput(InOutToolOptions tool)
Validate the (local) ouput from an
InOutToolOptions and return
the corresponding file. |
Modifier and Type | Class and Description |
---|---|
class |
RedditHarvesterOptions |
Modifier and Type | Field and Description |
---|---|
InOutToolOptions |
SplitMode.options |
Modifier and Type | Method and Description |
---|---|
void |
SplitMode.init(InOutToolOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTwitterPreprocessingToolOptions
An abstract kind of twitter processing tool.
|
class |
TwitterPreprocessingToolOptions
The single processing command line version of the twitter tool
|