Package | Description |
---|---|
io.cdap.cdap.api.data.batch |
Allows MapReduce jobs to read from and write to datasets.
|
io.cdap.cdap.api.dataset |
Defines APIs for accessing and managing data within CDAP.
|
io.cdap.cdap.api.dataset.lib |
Collection of
Dataset implementations available out-of-the-box
in CDAP. |
Modifier and Type | Method and Description |
---|---|
void |
DatasetOutputCommitter.onFailure()
Called if the job failed.
|
void |
DatasetOutputCommitter.onSuccess()
Called if the job completed successfully.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionNotFoundException
Thrown when a
Partition is not found on a
PartitionedFileSet. |
Modifier and Type | Class and Description |
---|---|
class |
PartitionAlreadyExistsException
Thrown when a Partition already exists.
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.