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

support s3 bucket name with dot #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yichilin
Copy link

@yichilin yichilin commented Feb 7, 2023

Issue #, if available:

If s3 bucket name contains dot(e.g. s3a://my.production.bucket/), it throws the following error.

javax.net.ssl.SSLPeerUnverifiedException: Certificate for <my.production.bucket.s3.amazonaws.com> doesn't match any of the subject alternative names: [*.s3.amazonaws.com, s3.amazonaws.com]

See more detail here: https://issues.apache.org/jira/browse/HADOOP-18159

Description of changes:

By resolving this issue, enable spark.hadoop.fs.s3a.path.style.access in config file.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant