Skip navigation links

@InterfaceAudience.Private @InterfaceStability.Unstable

Package org.apache.hadoop.fs.s3a.commit.files

Persistent data formats for the committers.

See: Description

Package org.apache.hadoop.fs.s3a.commit.files Description

Persistent data formats for the committers. All of these formats share a base class of PersistentCommitData; the subclasses record
  1. The content of a single pending commit (used by the Magic committer).
  2. The list of all the files uploaded by a staging committer.
  3. The summary information saved in the _SUCCESS file.
The SuccessData file is the one visible to callers after a job completes; it is compatible with the manifest committer format persisted in org.apache.hadoop.mapreduce.lib.output.committer.manifest.files.ManifestSuccessData
Skip navigation links

Copyright © 2008–2024 Apache Software Foundation. All rights reserved.