aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorstrat0sphere <stratos.dimopoulos@gmail.com>2014-07-30 17:57:50 -0700
committerXiangrui Meng <meng@databricks.com>2014-07-30 17:57:50 -0700
commitda501766834453c9ac7095c7e8c930151f87cf11 (patch)
tree97e5281eee8affd9cb81ae955abc74a71405551f /examples
parente9b275b7697e7ad3b52b157d3274acc17ca8d828 (diff)
downloadspark-da501766834453c9ac7095c7e8c930151f87cf11.tar.gz
spark-da501766834453c9ac7095c7e8c930151f87cf11.tar.bz2
spark-da501766834453c9ac7095c7e8c930151f87cf11.zip
Update DecisionTreeRunner.scala
Author: strat0sphere <stratos.dimopoulos@gmail.com> Closes #1676 from strat0sphere/patch-1 and squashes the following commits: 044d2fa [strat0sphere] Update DecisionTreeRunner.scala
Diffstat (limited to 'examples')
-rw-r--r--examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala b/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala
index 43f13fe24f..6db9bf3cf5 100644
--- a/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala
+++ b/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala
@@ -33,7 +33,7 @@ import org.apache.spark.rdd.RDD
/**
* An example runner for decision tree. Run with
* {{{
- * ./bin/spark-example org.apache.spark.examples.mllib.DecisionTreeRunner [options]
+ * ./bin/run-example org.apache.spark.examples.mllib.DecisionTreeRunner [options]
* }}}
* If you use it as a template to create your own app, please use `spark-submit` to submit your app.
*/