You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2014/07/31 02:57:54 UTC

git commit: Update DecisionTreeRunner.scala

Repository: spark
Updated Branches:
  refs/heads/master e9b275b76 -> da5017668


Update DecisionTreeRunner.scala

Author: strat0sphere <st...@gmail.com>

Closes #1676 from strat0sphere/patch-1 and squashes the following commits:

044d2fa [strat0sphere] Update DecisionTreeRunner.scala


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/da501766
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/da501766
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/da501766

Branch: refs/heads/master
Commit: da501766834453c9ac7095c7e8c930151f87cf11
Parents: e9b275b
Author: strat0sphere <st...@gmail.com>
Authored: Wed Jul 30 17:57:50 2014 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Wed Jul 30 17:57:50 2014 -0700

----------------------------------------------------------------------
 .../scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/da501766/examples/src/main/scala/org/apache/spark/examples/mllib/DecisionTreeRunner.scala
----------------------------------------------------------------------
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 43f13fe..6db9bf3 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.
  */