Skip to content

Commit

Permalink
Fix typo in Python docstring kinesis example
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: Nolan Emirot <[email protected]>

Closes apache#20990 from emirot/kinesis_stream_example_typo.
  • Loading branch information
Nolan Emirot authored and srowen committed Apr 9, 2018
1 parent 8d40a79 commit 32471ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$ export AWS_SECRET_KEY=<your-secret-key>
# run the example
$ bin/spark-submit -jar external/kinesis-asl/target/scala-*/\
$ bin/spark-submit -jars external/kinesis-asl/target/scala-*/\
spark-streaming-kinesis-asl-assembly_*.jar \
external/kinesis-asl/src/main/python/examples/streaming/kinesis_wordcount_asl.py \
myAppName mySparkStream https://kinesis.us-east-1.amazonaws.com
Expand Down

0 comments on commit 32471ba

Please sign in to comment.