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 |
---|---|
InputFormatProvider |
Input.InputFormatProviderInput.getInputFormatProvider() |
Modifier and Type | Method and Description |
---|---|
static Input |
Input.of(String inputName,
InputFormatProvider inputFormatProvider)
Returns an Input defined by an InputFormatProvider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileSet
This dataset represents a collection of files on the file system.
|
interface |
PartitionedFileSet
Represents a dataset that is split into partitions that can be uniquely addressed
by partition keys along multiple dimensions.
|
interface |
TimePartitionedFileSet
Represents a dataset that is split into partitions that can be uniquely addressed
by time.
|
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.