We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31ed5e commit 1e1398bCopy full SHA for 1e1398b
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3a_committer_architecture.md
@@ -1413,7 +1413,7 @@ avoid that potentially-inconsistent list.
1413
#### Spark, Parquet and the Spark SQL Commit mechanism
1414
1415
Spark's `org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat`
1416
-Parquet output format wants a subclass of`org.apache.parquet.hadoop.ParquetOutputCommitter`,
+Parquet output format wants a subclass of `org.apache.parquet.hadoop.ParquetOutputCommitter`,
1417
the option being defined by the classname in the configuration
1418
key `spark.sql.parquet.output.committer.class`;
1419
this is then patched in to the value `spark.sql.sources.outputCommitterClass`
0 commit comments