public class TransformTask<S,T> extends Configured
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformTask.CheckEntityClass<E> |
| Constructor and Description |
|---|
TransformTask(View<S> from,
View<T> to,
DoFn<S,T> transform) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
TransformTask |
noCompaction() |
PipelineResult |
run() |
TransformTask |
setNumWriters(int numWriters) |
getConf, setConfpublic long getCount()
public TransformTask noCompaction()
public TransformTask setNumWriters(int numWriters)
public PipelineResult run() throws IOException
IOExceptionCopyright © 2013–2014. All rights reserved.