Go to file
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
.github
dev-support
hadoop-assemblies
hadoop-build-tools
hadoop-client-modules
hadoop-cloud-storage-project
hadoop-common-project HADOOP-18406: Adds alignment context to call path for creating RPC proxy with multiple connections per user. 2022-08-23 17:00:57 -07:00
hadoop-dist
hadoop-hdfs-project HDFS-16724. RBF should support get the information about ancestor mount points (#4719) 2022-08-23 13:25:42 -07:00
hadoop-mapreduce-project MAPREDUCE-7403. manifest-committer dynamic partitioning support. (#4728) 2022-08-24 11:18:19 +01:00
hadoop-maven-plugins
hadoop-minicluster
hadoop-project HADOOP-18417. Upgrade to M7 of surefire plugin (#4795) 2022-08-24 11:04:04 +01:00
hadoop-project-dist
hadoop-tools HADOOP-18380. fs.s3a.prefetch.block.size to be read through longBytesOption (#4762) 2022-08-23 10:49:04 +01:00
hadoop-yarn-project YARN-11250. Capture the Performance Metrics of ZookeeperFederationStateStore. (#4738) 2022-08-22 14:09:20 -07:00
licenses
licenses-binary
.asf.yaml
.gitattributes
.gitignore
BUILDING.txt
LICENSE-binary
LICENSE.txt
NOTICE-binary
NOTICE.txt
README.txt
pom.xml
start-build-env.sh

README.txt

For the latest information about Hadoop, please visit our website at:

   http://hadoop.apache.org/

and our wiki, at:

   https://cwiki.apache.org/confluence/display/HADOOP/