You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDPD-27264. HADOOP-17771. S3AFS creation fails "Unable to find a region via the region provider chain." (apache#3133)
This addresses the regression in Hadoop 3.3.1 where if no S3 endpoint
is set in fs.s3a.endpoint, S3A filesystem creation may fail on
non-EC2 deployments, depending on the local host environment setup.
* If fs.s3a.endpoint is empty/null, and fs.s3a.endpoint.region
is null, the region is set to "us-east-1".
* If fs.s3a.endpoint.region is explicitly set to "" then the client
falls back to the SDK region resolution chain; this works on EC2
* Details in troubleshooting.md, including a workaround for Hadoop-3.3.1+
* Also contains some minor restructuring of troubleshooting.md
* uses pre-Auditing LogExactlyOnce import, so doesn't depend on that patch.
Contributed by Steve Loughran.
This is a critical follow on patch to
CDPD-26441. HADOOP-17705. S3A to add Config to set AWS region (apache#3020)
Both patches must be included
Change-Id: Icca928e1752423d68591508c360ff6434997fb64
0 commit comments