hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown
Steve Loughran 1168abc704
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:19:05 +01:00
..
DistributedCacheDeploy.md.vm MAPREDUCE-6995. Uploader tool for Distributed Cache Deploy documentation (miklos.szegedi@cloudera.com via rkanter) 2018-01-19 17:57:54 -08:00
EncryptedShuffle.md HADOOP-16549. Remove Unsupported SSL/TLS Versions from Docs/Properties. Contributed by Daisuke Kobayashi. 2019-09-10 10:51:47 +08:00
manifest_committer_architecture.md MAPREDUCE-7341. Add an intermediate manifest committer for Azure and GCS 2022-03-17 11:46:41 +00:00
manifest_committer_protocol.md MAPREDUCE-7341. Add an intermediate manifest committer for Azure and GCS 2022-03-17 11:46:41 +00:00
manifest_committer.md MAPREDUCE-7403. manifest-committer dynamic partitioning support. (#4728) 2022-08-24 11:19:05 +01:00
MapredAppMasterRest.md MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223) 2022-04-25 14:31:15 +09:00
MapredCommands.md MAPREDUCE-6995. Uploader tool for Distributed Cache Deploy documentation (miklos.szegedi@cloudera.com via rkanter) 2018-01-19 17:57:54 -08:00
MapReduce_Compatibility_Hadoop1_Hadoop2.md MAPREDUCE-6644. Use doxia macro to generate in-page TOC of MapReduce site documentation. (iwasakims) 2017-02-02 01:19:36 +09:00
MapReduceTutorial.md MAPREDUCE-7255. Fix typo in MapReduce documentaion example (#1793) 2020-01-06 12:36:11 +09:00
PluggableShuffleAndPluggableSort.md YARN-9221. Added flag to disable dynamic auxiliary service feature. 2019-01-25 19:05:36 -05:00
SharedCacheSupport.md MAPREDUCE-5951. Add support for the YARN Shared Cache. 2017-10-12 10:59:20 -07:00