Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-35878][CORE] Add fs.s3a.endpoint if unset and fs.s3a.endpoint.region is null. #33064

Closed

Commits on Jun 24, 2021

  1. SPARK-35878. Add fs.s3a.endpoint if unset and fs.s3a.endpoint.region …

    …is null.
    
    This patches the hadoop configuration so that fs.s3a.endpoint is set to
    s3.amazonaws.com if neither it nor fs.s3a.endpoint.region is set.
    
    This stops S3A Filesystem creation failing with the error
    "Unable to find a region via the region provider chain."
    in some non-EC2 deployments.
    
    See: HADOOP-17771.
    
    Contributed by Steve Loughran.
    
    Change-Id: Ib8f5dd4a5b8d5ddf4c643747d05e7a4e42083422
    steveloughran committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bc4a585 View commit details
    Browse the repository at this point in the history
  2. SPARK-35878. endpoint fixup: scalastyle in test suite

    Change-Id: I80e3160ca85c987862ec5a734774361982876173
    steveloughran committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4116751 View commit details
    Browse the repository at this point in the history