Repository: hadoop Updated Branches: refs/heads/branch-2 4f1f16f1a -> 8c21b2a25
HADOOP-14268. Fix markdown itemization in hadoop-aws documents. Contributed by Akira Ajisaka (cherry picked from commit 5faa949b782be48ef400d2eb1695f420455de764) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8c21b2a2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8c21b2a2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8c21b2a2 Branch: refs/heads/branch-2 Commit: 8c21b2a25933e07a492afdc49dda76acba3bc113 Parents: 4f1f16f Author: Mingliang Liu <[email protected]> Authored: Mon Apr 3 11:07:14 2017 -0700 Committer: Mingliang Liu <[email protected]> Committed: Mon Apr 3 11:07:56 2017 -0700 ---------------------------------------------------------------------- .../hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md | 2 ++ .../hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8c21b2a2/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 127abeb..07cc903 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 @@ -38,6 +38,7 @@ The specifics of using these filesystems are documented in this section. See also: + * [Testing](testing.html) * [Troubleshooting S3a](troubleshooting_s3a.html) @@ -96,6 +97,7 @@ access to the data. Anyone with the credentials can not only read your datasets âthey can delete them. Do not inadvertently share these credentials through means such as + 1. Checking in to SCM any configuration files containing the secrets. 1. Logging them to a console, as they invariably end up being seen. 1. Defining filesystem URIs with the credentials in the URL, such as http://git-wip-us.apache.org/repos/asf/hadoop/blob/8c21b2a2/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md index aaf3fca..626c066 100644 --- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md +++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md @@ -651,6 +651,7 @@ located. New tests are always welcome. Bear in mind that we need to keep costs and test time down, which is done by + * Not duplicating tests. * Being efficient in your use of Hadoop API calls. * Isolating large/slow tests into the "scale" test group. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
