Package | Description |
---|---|
org.apache.crunch.io |
Data input and output for Pipelines.
|
Modifier and Type | Method and Description |
---|---|
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
At.sequenceFile(org.apache.hadoop.fs.Path path,
Class<K> keyClass,
Class<V> valueClass)
Creates a
TableSourceTarget<K, V> instance from the SequenceFile(s) at the given Path
from the key-value pairs in the SequenceFile(s). |
static <K,V> TableSourceTarget<K,V> |
At.sequenceFile(org.apache.hadoop.fs.Path path,
PType<K> keyType,
PType<V> valueType)
Creates a
TableSourceTarget<K, V> instance from the SequenceFile(s) at the given Path
from the key-value pairs in the SequenceFile(s). |
static <K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> |
At.sequenceFile(String pathName,
Class<K> keyClass,
Class<V> valueClass)
Creates a
TableSourceTarget<K, V> instance from the SequenceFile(s) at the given path name
from the key-value pairs in the SequenceFile(s). |
static <K,V> TableSourceTarget<K,V> |
At.sequenceFile(String pathName,
PType<K> keyType,
PType<V> valueType)
Creates a
TableSourceTarget<K, V> instance from the SequenceFile(s) at the given path name
from the key-value pairs in the SequenceFile(s). |
Copyright © 2016 The Apache Software Foundation. All rights reserved.