aboutsummaryrefslogtreecommitdiff
path: root/docs/graphx-programming-guide.md
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-13 21:12:58 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-13 21:12:58 -0800
commite14a14bcde1637af04cc4c3bd708fed5670e4959 (patch)
tree6e363aede2a44f74469655f2c300689b16ca3b1e /docs/graphx-programming-guide.md
parentc28e5a08eea4f295676ea591c877c648f9f29847 (diff)
downloadspark-e14a14bcde1637af04cc4c3bd708fed5670e4959.tar.gz
spark-e14a14bcde1637af04cc4c3bd708fed5670e4959.tar.bz2
spark-e14a14bcde1637af04cc4c3bd708fed5670e4959.zip
Remove K-Core and LDA sections from guide; they are unimplemented
Diffstat (limited to 'docs/graphx-programming-guide.md')
-rw-r--r--docs/graphx-programming-guide.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md
index 91cc5b69cc..69cadc1e84 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"