You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/14 08:00:05 UTC

[41/50] git commit: Remove K-Core and LDA sections from guide; they are unimplemented

Remove K-Core and LDA sections from guide; they are unimplemented


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

Branch: refs/heads/master
Commit: e14a14bcde1637af04cc4c3bd708fed5670e4959
Parents: c28e5a0
Author: Ankur Dave <an...@gmail.com>
Authored: Mon Jan 13 21:12:58 2014 -0800
Committer: Ankur Dave <an...@gmail.com>
Committed: Mon Jan 13 21:12:58 2014 -0800

----------------------------------------------------------------------
 docs/graphx-programming-guide.md | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/e14a14bc/docs/graphx-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md
index 91cc5b6..69cadc1 100644
--- a/docs/graphx-programming-guide.md
+++ b/docs/graphx-programming-guide.md
@@ -848,10 +848,6 @@ val triCountByUsername = users.join(triCounts).map { case (id, (username, tc)) =
 println(triCountByUsername.collect().mkString("\n"))
 {% endhighlight %}
 
-## K-Core
-
-## LDA
-
 <p style="text-align: center;">
   <img src="img/tables_and_graphs.png"
        title="Tables and Graphs"