Skip to content

HADOOP-17061. Fix broken links in AWS documentation. #2048

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

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
**NOTE: Hadoop's `s3:` and `s3n:` connectors have been removed.
Please use `s3a:` as the connector to data hosted in S3 with Apache Hadoop.**

**Consult the [s3n documentation](./s3n.html) for migration instructions.**
**Consult the [s3n documentation](./s3n.md) for migration instructions.**


See also:

* [Encryption](./encryption.html)
* [Performance](./performance.html)
* [S3Guard](./s3guard.html)
* [Troubleshooting](./troubleshooting_s3a.html)
* [Committing work to S3 with the "S3A Committers"](./committers.html)
* [S3A Committers Architecture](./committer_architecture.html)
* [Working with IAM Assumed Roles](./assumed_roles.html)
* [S3A Delegation Token Support](./delegation_tokens.html)
* [S3A Delegation Token Architecture](delegation_token_architecture.html).
* [Testing](./testing.html)
* [Encryption](./encryption.md)
* [Performance](./performance.md)
* [S3Guard](./s3guard.md)
* [Troubleshooting](./troubleshooting_s3a.md)
* [Committing work to S3 with the "S3A Committers"](./committers.md)
* [S3A Committers Architecture](./committer_architecture.md)
* [Working with IAM Assumed Roles](./assumed_roles.md)
* [S3A Delegation Token Support](./delegation_tokens.md)
* [S3A Delegation Token Architecture](delegation_token_architecture.md).
* [Testing](./testing.md)

## <a name="overview"></a> Overview

Expand Down Expand Up @@ -86,7 +86,7 @@ the Hadoop project itself.
1. Apache's Hadoop's original `s3://` client. This is no longer included in Hadoop.
1. Amazon EMR's `s3://` client. This is from the Amazon EMR team, who actively
maintain it.
1. Apache's Hadoop's [`s3n:` filesystem client](./s3n.html).
1. Apache's Hadoop's [`s3n:` filesystem client](./s3n.md).
This connector is no longer available: users must migrate to the newer `s3a:` client.


Expand Down