Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47552][CORE][FOLLOWUP] Set spark.hadoop.fs.s3a.connection.esta…
…blish.timeout to numeric ### What changes were proposed in this pull request? This is a followup of apache#45710 . Some custom `FileSystem` implementations read the `hadoop.fs.s3a.connection.establish.timeout` config as numeric, and do not support the `30s` syntax. To make it safe, this PR proposes to set this conf to `30000` instead of `30s`. I checked the doc page and this config is milliseconds. ### Why are the changes needed? more compatible with custom `FileSystem` implementations. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? manual ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#46874 from cloud-fan/follow. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information