Package | Description |
---|---|
io.cdap.cdap.api.data.batch |
Allows MapReduce jobs to read from and write to datasets.
|
io.cdap.cdap.api.mapreduce |
Defines MapReduce jobs.
|
Modifier and Type | Class and Description |
---|---|
static class |
Output.DatasetOutput
|
static class |
Output.OutputFormatProviderOutput
An implementation of
Output , which defines an OutputFormatProvider as an output. |
Modifier and Type | Method and Description |
---|---|
Output |
Output.alias(String alias)
Sets an alias to be used as the output name.
|
Output |
Output.fromNamespace(String namespace)
Sets the namespace of the output.
|
Output |
Output.OutputFormatProviderOutput.fromNamespace(String namespace) |
static Output |
Output.of(String outputName,
OutputFormatProvider outputFormatProvider)
Returns an Output defined by an OutputFormatProvider.
|
static Output |
Output.ofDataset(String datasetName)
Returns an Output defined by a dataset.
|
static Output |
Output.ofDataset(String datasetName,
Map<String,String> arguments)
Returns an Output defined by a dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
MapReduceContext.addOutput(Output output)
Updates the output configuration of this MapReduce job to use the specified
Output . |
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.