Package | Description |
---|---|
org.apache.crunch.impl.mr |
A Pipeline implementation that runs on Hadoop MapReduce.
|
org.apache.crunch.io |
Data input and output for Pipelines.
|
Modifier and Type | Method and Description |
---|---|
<T> ReadableSource<T> |
MRPipeline.getMaterializeSourceTarget(PCollection<T> pcollection)
Retrieve a ReadableSourceTarget that provides access to the contents of a
PCollection . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableSourceTarget<T>
An interface that indicates that a
SourceTarget instance can be read
into the local client. |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.