Browse Source

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

Sean Mackrory 8 years ago
parent
commit
2c3f575c44

+ 1 - 1
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]