aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-kinesis-integration.md
diff options
context:
space:
mode:
authorKeiji Yoshida <yoshida.keiji.84@gmail.com>2015-08-28 09:36:50 +0100
committerSean Owen <sowen@cloudera.com>2015-08-28 09:36:50 +0100
commit18294cd8710427076caa86bfac596de67089d57e (patch)
treebccd6b886165312433e82b61a5c66c7b7bb6dbbf /docs/streaming-kinesis-integration.md
parentcc39803062119c1d14611dc227b9ed0ed1284d38 (diff)
downloadspark-18294cd8710427076caa86bfac596de67089d57e.tar.gz
spark-18294cd8710427076caa86bfac596de67089d57e.tar.bz2
spark-18294cd8710427076caa86bfac596de67089d57e.zip
Fix DynamodDB/DynamoDB typo in Kinesis Integration doc
Fix DynamodDB/DynamoDB typo in Kinesis Integration doc Author: Keiji Yoshida <yoshida.keiji.84@gmail.com> Closes #8501 from yosssi/patch-1.
Diffstat (limited to 'docs/streaming-kinesis-integration.md')
-rw-r--r--docs/streaming-kinesis-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-kinesis-integration.md b/docs/streaming-kinesis-integration.md
index a7bcaec6fc..238a911a91 100644
--- a/docs/streaming-kinesis-integration.md
+++ b/docs/streaming-kinesis-integration.md
@@ -91,7 +91,7 @@ A Kinesis stream can be set up at one of the valid Kinesis endpoints with 1 or m
- Kinesis data processing is ordered per partition and occurs at-least once per message.
- - Multiple applications can read from the same Kinesis stream. Kinesis will maintain the application-specific shard and checkpoint info in DynamodDB.
+ - Multiple applications can read from the same Kinesis stream. Kinesis will maintain the application-specific shard and checkpoint info in DynamoDB.
- A single Kinesis stream shard is processed by one input DStream at a time.