pan3793 commented on code in PR #53340:
URL: https://github.com/apache/spark/pull/53340#discussion_r2591706319


##########
docs/core-migration-guide.md:
##########
@@ -28,7 +28,7 @@ license: |
 
 ## Upgrading from Core 4.0 to 4.1
 
-- Since Spark 4.1, Spark Master deamon provides REST API by default. To 
restore the behavior before Spark 4.1, you can set `spark.master.rest.enabled` 
to `false`.
+- Since Spark 4.1, Spark Master daemon provides REST API by default. To 
restore the behavior before Spark 4.1, you can set `spark.master.rest.enabled` 
to `false`.
 - Since Spark 4.1, Spark will compress RDD checkpoints by default. To restore 
the behavior before Spark 4.1, you can set `spark.checkpoint.compress` to 
`false`.
 - Since Spark 4.1, Spark uses Apache Hadoop Magic Committer for all S3 buckets 
by default. To restore the behavior before Spark 4.0, you can set 
`spark.hadoop.fs.s3a.committer.magic.enabled=false`.

Review Comment:
   BTW, seems this section misses a blank line between each item, should we 
change it to keep the style consistent?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to