Skip to content

Commit 1e1398b

Browse files
committed
HADOOP-13786 a bit more on spark+parquet. Its manageable
1 parent c31ed5e commit 1e1398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3a_committer_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ avoid that potentially-inconsistent list.
14131413
#### Spark, Parquet and the Spark SQL Commit mechanism
14141414

14151415
Spark's `org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat`
1416-
Parquet output format wants a subclass of`org.apache.parquet.hadoop.ParquetOutputCommitter`,
1416+
Parquet output format wants a subclass of `org.apache.parquet.hadoop.ParquetOutputCommitter`,
14171417
the option being defined by the classname in the configuration
14181418
key `spark.sql.parquet.output.committer.class`;
14191419
this is then patched in to the value `spark.sql.sources.outputCommitterClass`

0 commit comments

Comments
 (0)