summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-03-02 23:01:12 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-03-02 23:01:12 +0000
commit89007cd107a1d851e7a5ed553d8a0c5b2ece386d (patch)
treed935cd515937a334da8ec7f662a75fd8230ea017 /site
parent7df40224e9e853af6719bf5a85db9b7a87ee372f (diff)
downloadspark-website-89007cd107a1d851e7a5ed553d8a0c5b2ece386d.tar.gz
spark-website-89007cd107a1d851e7a5ed553d8a0c5b2ece386d.tar.bz2
spark-website-89007cd107a1d851e7a5ed553d8a0c5b2ece386d.zip
Added some blog posts
Diffstat (limited to 'site')
-rw-r--r--site/documentation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/documentation.html b/site/documentation.html
index 17efa83aa..e13fc2460 100644
--- a/site/documentation.html
+++ b/site/documentation.html
@@ -209,6 +209,8 @@ Slides and videos are available online:
<h3>External Tutorials, Blog Posts, and Talks</h3>
<ul>
+ <li><a href="http://engineering.ooyala.com/blog/using-parquet-and-scrooge-spark">Using Parquet and Scrooge with Spark</a> &mdash; Scala-friendly Parquet and Avro usage tutorial from Ooyala's Evan Chan</li>
+ <li><a href="http://codeforhire.com/2014/02/18/using-spark-with-mongodb/">Using Spark with MongoDB</a> &mdash; by Sampo Niskanen from Wellmo</li>
<li><a href="http://spark-summit.org/2013">Spark Summit 2013</a> &mdash; contained 30 talks about Spark use cases, available as slides and videos</li>
<li><a href="http://www.pwendell.com/2013/09/28/declarative-streams.html">Sampling Twitter Using Declarative Streams</a> &mdash; Spark Streaming tutorial by Patrick Wendell</li>
<li><a href="http://zenfractal.com/2013/08/21/a-powerful-big-data-trio/">A Powerful Big Data Trio: Spark, Parquet and Avro</a> &mdash; Using Parquet in Spark by Matt Massie</li>