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

    https://github.com/apache/spark/pull/1434#discussion_r15721090
  
    --- 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 --
    
    @pwendell  Is it a good idea to have this in the main bin/run-example?


---
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.
---

Reply via email to