Package | Description |
---|---|
io.cdap.cdap.api.data.batch |
Allows MapReduce jobs to read from and write to datasets.
|
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box
in CDAP. |
Modifier and Type | Method and Description |
---|---|
OutputFormatProvider |
Output.OutputFormatProviderOutput.getOutputFormatProvider() |
Modifier and Type | Method and Description |
---|---|
static Output |
Output.of(String outputName,
OutputFormatProvider outputFormatProvider)
Returns an Output defined by an OutputFormatProvider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileSet
This dataset represents a collection of files on the file system.
|
interface |
PartitionedFileSet
Deprecated.
table based datasets will be removed in a future version
|
interface |
TimePartitionedFileSet
Deprecated.
table based datasets will be removed in a future version
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.