Package | Description |
---|---|
org.apache.crunch.types |
Common functionality for business object serialization.
|
org.apache.crunch.types.avro |
Business object serialization using Apache Avro.
|
org.apache.crunch.types.writable |
Business object serialization using Hadoop's Writables framework.
|
Modifier and Type | Method and Description |
---|---|
ReadableSourceTarget<T> |
PType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
Returns a
SourceTarget that is able to read/write data using the serialization format
specified by this PType . |
ReadableSourceTarget<Pair<K,Iterable<V>>> |
PGroupedTableType.getDefaultFileSource(org.apache.hadoop.fs.Path path) |
Modifier and Type | Method and Description |
---|---|
ReadableSourceTarget<T> |
AvroType.getDefaultFileSource(org.apache.hadoop.fs.Path path) |
Modifier and Type | Method and Description |
---|---|
ReadableSourceTarget<T> |
WritableType.getDefaultFileSource(org.apache.hadoop.fs.Path path) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.