<stream-name> is the name of the Kinesis stream (ie. mySparkStream)
<endpoint-url> is the endpoint of the Kinesis service
(ie. https://kinesis.us-east-1.amazonaws.com)
<records-per-sec> is the rate of records per second to put onto the stream
<words-per-record> is the rate of records per second to put onto the stream
Usage: KinesisWordProducerASL <stream-name> <endpoint-url> \ <records-per-sec> <words-per-record>
<stream-name> is the name of the Kinesis stream (ie. mySparkStream) <endpoint-url> is the endpoint of the Kinesis service (ie. https://kinesis.us-east-1.amazonaws.com) <records-per-sec> is the rate of records per second to put onto the stream <words-per-record> is the rate of records per second to put onto the stream
Example: $ SPARK_HOME/bin/run-example streaming.KinesisWordProducerASL mySparkStream \ https://kinesis.us-east-1.amazonaws.com us-east-1 10 5