public class HDFToText
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HDFToText.HDFToTextMap |
| 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,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
inPath - outPath - datasetName - skipFillValue - java.io.IOExceptionjava.lang.ClassNotFoundExceptionjava.lang.InterruptedExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.InterruptedException,
java.lang.ClassNotFoundException
args - java.io.IOExceptionjava.lang.ClassNotFoundExceptionjava.lang.InterruptedException