HADOOP-14268. Fix markdown itemization in hadoop-aws documents. Contributed by Akira Ajisaka
(cherry picked from commit 5faa949b78
)
This commit is contained in:
parent
4f1f16f1a6
commit
8c21b2a259
|
@ -38,6 +38,7 @@ The specifics of using these filesystems are documented in this section.
|
||||||
|
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
|
||||||
* [Testing](testing.html)
|
* [Testing](testing.html)
|
||||||
* [Troubleshooting S3a](troubleshooting_s3a.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.
|
—they can delete them.
|
||||||
|
|
||||||
Do not inadvertently share these credentials through means such as
|
Do not inadvertently share these credentials through means such as
|
||||||
|
|
||||||
1. Checking in to SCM any configuration files containing the secrets.
|
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. Logging them to a console, as they invariably end up being seen.
|
||||||
1. Defining filesystem URIs with the credentials in the URL, such as
|
1. Defining filesystem URIs with the credentials in the URL, such as
|
||||||
|
|
|
@ -651,6 +651,7 @@ located.
|
||||||
|
|
||||||
New tests are always welcome. Bear in mind that we need to keep costs
|
New tests are always welcome. Bear in mind that we need to keep costs
|
||||||
and test time down, which is done by
|
and test time down, which is done by
|
||||||
|
|
||||||
* Not duplicating tests.
|
* Not duplicating tests.
|
||||||
* Being efficient in your use of Hadoop API calls.
|
* Being efficient in your use of Hadoop API calls.
|
||||||
* Isolating large/slow tests into the "scale" test group.
|
* Isolating large/slow tests into the "scale" test group.
|
||||||
|
|
Loading…
Reference in New Issue