Skip to content

Commit da50176

Browse files
strat0spheremengxr
authored andcommitted
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
1 parent e9b275b commit da50176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import org.apache.spark.rdd.RDD
3333
/**
3434
* An example runner for decision tree. Run with
3535
* {{{
36-
* ./bin/spark-example org.apache.spark.examples.mllib.DecisionTreeRunner [options]
36+
* ./bin/run-example org.apache.spark.examples.mllib.DecisionTreeRunner [options]
3737
* }}}
3838
* If you use it as a template to create your own app, please use `spark-submit` to submit your app.
3939
*/

0 commit comments

Comments
 (0)