Repository: spark
Updated Branches:
  refs/heads/master 1b3a9b966 -> 5930d7a2e


[SPARK-16040][MLLIB][DOC] spark.mllib PIC document extra line of refernece

## What changes were proposed in this pull request?

In the 2.0 document, Line "A full example that produces the experiment 
described in the PIC paper can be found under examples/." is redundant.

There is already "Find full example code at 
"examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala"
 in the Spark repo.".

We should remove the first line, which is consistent with other documents.

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, 
manual tests)

Manual test

Author: wm...@hotmail.com <wm...@hotmail.com>

Closes #13755 from wangmiao1981/doc.


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

Branch: refs/heads/master
Commit: 5930d7a2e95b2fe4d470cf39546e5a12306553fe
Parents: 1b3a9b9
Author: wm...@hotmail.com <wm...@hotmail.com>
Authored: Sun Jun 19 20:19:40 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Jun 19 20:19:40 2016 +0100

----------------------------------------------------------------------
 docs/mllib-clustering.md | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5930d7a2/docs/mllib-clustering.md
----------------------------------------------------------------------
diff --git a/docs/mllib-clustering.md b/docs/mllib-clustering.md
index 6897ba4..073927c 100644
--- a/docs/mllib-clustering.md
+++ b/docs/mllib-clustering.md
@@ -170,10 +170,6 @@ which contains the computed clustering assignments.
 Refer to the [`PowerIterationClustering` Scala 
docs](api/scala/index.html#org.apache.spark.mllib.clustering.PowerIterationClustering)
 and [`PowerIterationClusteringModel` Scala 
docs](api/scala/index.html#org.apache.spark.mllib.clustering.PowerIterationClusteringModel)
 for details on the API.
 
 {% include_example 
scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala %}
-
-A full example that produces the experiment described in the PIC paper can be 
found under
-[`examples/`](https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/mllib/PowerIterationClusteringExample.scala).
-
 </div>
 
 <div data-lang="java" markdown="1">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to