| Package | Description |
|---|---|
| tl.lin.data.util |
| Modifier and Type | Method and Description |
|---|---|
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readDirectory(org.apache.hadoop.fs.Path path) |
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readDirectory(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fs,
int max)
Reads key-value pairs from a directory containing SequenceFiles.
|
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path) |
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fs) |
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fs,
int max)
Reads key-value pairs from a SequenceFile, up to a maximum number.
|
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path,
int max) |
Copyright © 2018. All rights reserved.