hadoop/hadoop-tools/hadoop-aws
Syed Shameerur Rahman 032796a0fb
HADOOP-19047: S3A: Support in-memory tracking of Magic Commit data (#6468)
If the option fs.s3a.committer.magic.track.commits.in.memory.enabled
is set to true, then rather than save data about in-progress uploads
to S3, this information is cached in memory.

If the number of files being committed is low, this will save network IO
in both the generation of .pending and marker files, and in the scanning
of task attempt directory trees during task commit.

Contributed by Syed Shameerur Rahman
2024-03-26 15:29:35 +00:00
..
dev-support HADOOP-18073. S3A: Upgrade AWS SDK to V2 (#5995) 2023-09-11 14:30:25 +01:00
src HADOOP-19047: S3A: Support in-memory tracking of Magic Commit data (#6468) 2024-03-26 15:29:35 +00:00
pom.xml HADOOP-18830. Cut S3 Select (#6144) 2024-01-30 16:12:27 +00:00