viirya commented on code in PR #45710:
URL: https://github.com/apache/spark/pull/45710#discussion_r1538340403
##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -417,6 +417,8 @@ class SparkContext(config: SparkConf) extends Logging {
if (!_conf.contains("spark.app.name")) {
throw new SparkException("An application name must be set in your
configuration")
}
+ // HADOOP-19097 Set fs.s3a.connection.establish.timeout to 30s
+ conf.setIfMissing("spark.hadoop.fs.s3a.connection.establish.timeout",
"30s")
Review Comment:
Can we add a comment that this can be removed after Hadoop 3.4.1?
--
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]