hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client
Steve Loughran e199da3fae
HADOOP-17833. Improve Magic Committer performance (#3289)
Speed up the magic committer with key changes being

* Writes under __magic always retain directory markers

* File creation under __magic skips all overwrite checks,
  including the LIST call intended to stop files being
	created over dirs.
* mkdirs under __magic probes the path for existence
  but does not look any further.  	

Extra parallelism in task and job commit directory scanning
Use of createFile and openFile with parameters which all for
HEAD checks to be skipped.

The committer can write the summary _SUCCESS file to the path
`fs.s3a.committer.summary.report.directory`, which can be in a
different file system/bucket if desired, using the job id as
the filename. 

Also: HADOOP-15460. S3A FS to add `fs.s3a.create.performance`

Application code can set the createFile() option
fs.s3a.create.performance to true to disable the same
safety checks when writing under magic directories.
Use with care.

The createFile option prefix `fs.s3a.create.header.`
can be used to add custom headers to S3 objects when
created.


Contributed by Steve Loughran.
2022-06-17 19:11:35 +01:00
..
hadoop-mapreduce-client-app MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) 2022-05-14 01:34:19 +09:00
hadoop-mapreduce-client-common MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) 2022-05-14 01:34:19 +09:00
hadoop-mapreduce-client-core HADOOP-17833. Improve Magic Committer performance (#3289) 2022-06-17 19:11:35 +01:00
hadoop-mapreduce-client-hs MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) 2022-05-14 01:34:19 +09:00
hadoop-mapreduce-client-hs-plugins Preparing for 3.4.0 development 2020-03-29 23:24:25 +05:30
hadoop-mapreduce-client-jobclient MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) 2022-05-14 01:34:19 +09:00
hadoop-mapreduce-client-nativetask MAPREDUCE-7377. Remove unused imports in MapReduce project (#4299) 2022-05-14 01:34:19 +09:00
hadoop-mapreduce-client-shuffle HADOOP-17959. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-cloud-storage-project and hadoop-mapreduce-project modules (#3537) 2021-10-11 16:22:50 +09:00
hadoop-mapreduce-client-uploader HADOOP-17956. Replace all default Charset usage with UTF-8 (#3529) 2021-10-14 13:07:24 +09:00
pom.xml HADOOP-18131. Upgrade maven enforcer plugin and relevant dependencies (#4000) 2022-03-08 17:27:04 +09:00