Github user cfregly commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1434#discussion_r15727578
  
    --- Diff: bin/run-example ---
    @@ -29,7 +29,9 @@ if [ -n "$1" ]; then
     else
       echo "Usage: ./bin/run-example <example-class> [example-args]" 1>&2
       echo "  - set MASTER=XX to use a specific master" 1>&2
    -  echo "  - can use abbreviated example class name (e.g. SparkPi, 
mllib.LinearRegression)" 1>&2
    +  echo "  - can use abbreviated example class name relative to 
com.apache.spark.examples" 1>&2
    +  echo "     (e.g. SparkPi, mllib.LinearRegression, 
streaming.KinesisWordCountASL)" 1>&2
    +  echo "  - to run the Kinesis Spark Streaming example, make sure you 
build with -Pkinesis-asl" 1>&2
    --- End diff --
    
    makes sense.  i'll make sure this is addressed in streaming-kinesis.md.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to