hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client
Steve Loughran de37fd37d6
MAPREDUCE-7403. manifest-committer dynamic partitioning support. (#4728)
Declares its compatibility with Spark's dynamic
output partitioning by having the stream capability
"mapreduce.job.committer.dynamic.partitioning"

Requires a Spark release with SPARK-40034, which
does the probing before deciding whether to 
accept/rejecting instantiation with
dynamic partition overwrite set

This feature can be declared as supported by
any other PathOutputCommitter implementations
whose algorithm and destination filesystem
are compatible.

None of the S3A committers are compatible.

The classic FileOutputCommitter is, but it
does not declare itself as such out of our fear
of changing that code. The Spark-side code
will automatically infer compatibility if
the created committer is of that class or
a subclass.

Contributed by Steve Loughran.
2022-08-24 11:18:19 +01:00
..
hadoop-mapreduce-client-app MAPREDUCE-7201.Make Job History File Permissions configurable (#4507) 2022-07-11 11:34:52 +05:30
hadoop-mapreduce-client-common MAPREDUCE-7201.Make Job History File Permissions configurable (#4507) 2022-07-11 11:34:52 +05:30
hadoop-mapreduce-client-core MAPREDUCE-7403. manifest-committer dynamic partitioning support. (#4728) 2022-08-24 11:18:19 +01:00
hadoop-mapreduce-client-hs HADOOP-18284. Remove Unnecessary semicolon ';' (#4422). Contributed by fanshilun. 2022-06-29 15:20:41 +05:30
hadoop-mapreduce-client-hs-plugins Preparing for 3.4.0 development 2020-03-29 23:24:25 +05:30
hadoop-mapreduce-client-jobclient HADOOP-18284. Remove Unnecessary semicolon ';' (#4422). Contributed by fanshilun. 2022-06-29 15:20:41 +05:30
hadoop-mapreduce-client-nativetask Revert "MAPREDUCE-7388. Remove unused variable _eof in GzipCodec.cc (#4429)" 2022-07-09 03:05:42 +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-18332: remove rs-api dependency as it conflicts with jsr311-api (#4547) 2022-07-17 21:37:54 +05:30