HADOOP-14092. Typo in hadoop-aws index.md. Contributed by John Zhuge (cherry picked from commit b1c1f05b1dc997906390d653dfafb4f0d7e193c4)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3a2e30fa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3a2e30fa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3a2e30fa Branch: refs/heads/YARN-5734 Commit: 3a2e30fa9fe692fe44666c78fbaa04e8469f9d17 Parents: dbbfcf7 Author: Steve Loughran <[email protected]> Authored: Sat Feb 18 18:16:19 2017 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Feb 18 18:17:11 2017 +0000 ---------------------------------------------------------------------- .../hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3a2e30fa/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md index 0ff314c..7815bcf 100644 --- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md +++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md @@ -2250,7 +2250,7 @@ like `ITestS3A*` shown above, it may cause unpredictable test failures. ### Testing against different regions S3A can connect to different regions âthe tests support this. Simply -define the target region in `contract-tests.xml` or any `auth-keys.xml` +define the target region in `contract-test-options.xml` or any `auth-keys.xml` file referenced. ```xml --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
