public class HDFToText
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HDFToText.HDFToTextMap |
| Modifier and Type | Field and Description |
|---|---|
static int |
date |
| Constructor and Description |
|---|
HDFToText() |
| Modifier and Type | Method and Description |
|---|---|
static long |
HDFToTextMapReduce(Path inPath,
Path outPath,
java.lang.String datasetName,
boolean skipFillValue)
Performs an HDF to text operation as a MapReduce job and returns total
number of points generated.
|
static void |
main(java.lang.String[] args) |
public static long HDFToTextMapReduce(Path inPath,
Path outPath,
java.lang.String datasetName,
boolean skipFillValue)
throws java.io.IOException
inPath - outPath - datasetName - skipFillValue - java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
args - java.io.IOException