aboutsummaryrefslogtreecommitdiff
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:37:01 +0100
commite23ffd6758a141ec99b8beeadefc1bd3432cc340 (patch)
tree9435676fa307fa2919c581c054c2cacc516bb0ef
parent8eff0696c44b5d5880acc6a6edc8dfb0a59cf958 (diff)
downloadspark-e23ffd6758a141ec99b8beeadefc1bd3432cc340.tar.gz
spark-e23ffd6758a141ec99b8beeadefc1bd3432cc340.tar.bz2
spark-e23ffd6758a141ec99b8beeadefc1bd3432cc340.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. (cherry picked from commit 18294cd8710427076caa86bfac596de67089d57e) Signed-off-by: Sean Owen <sowen@cloudera.com>
-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.