You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2017/02/13 23:38:53 UTC

hadoop git commit: HADOOP-14079. s3guard: fix breaking link in s3guard.md. Contributed by Mingliang Liu.

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13345 a7e6dbef2 -> 2c3f575c4


HADOOP-14079. s3guard: fix breaking link in s3guard.md. Contributed by Mingliang Liu.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c3f575c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2c3f575c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2c3f575c

Branch: refs/heads/HADOOP-13345
Commit: 2c3f575c4471e16de6dacf1952acdcb0f872c0cf
Parents: a7e6dbe
Author: Sean Mackrory <ma...@apache.org>
Authored: Mon Feb 13 16:24:05 2017 -0700
Committer: Sean Mackrory <ma...@apache.org>
Committed: Mon Feb 13 16:24:34 2017 -0700

----------------------------------------------------------------------
 .../hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c3f575c/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
index dac3d19..aa9fc1b 100644
--- a/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
+++ b/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
@@ -248,7 +248,7 @@ hadoop s3a init -m URI ( -e ENDPOINT | s3a://BUCKET )
 Creates and initializes an empty metadata store.
 
 A DynamoDB metadata store can be initialized with additional parameters
-pertaining to (provisioned throughput)[http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ProvisionedThroughput.html]:
+pertaining to [Provisioned Throughput](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ProvisionedThroughput.html):
 
 ```
 [-w PROVISIONED_WRITES] [-r PROVISIONED_READS]


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org