aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-09-12 19:47:31 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-09-12 19:47:31 -0700
commit88181bee9e385361d0a079fbffa78124981799e0 (patch)
tree8a6169245c6e8d7882c4725f7d1d5947a454db0f /docs/index.md
parent35e17be8408d126e8daa2ba6a42508074917e681 (diff)
downloadspark-88181bee9e385361d0a079fbffa78124981799e0.tar.gz
spark-88181bee9e385361d0a079fbffa78124981799e0.tar.bz2
spark-88181bee9e385361d0a079fbffa78124981799e0.zip
Small tweaks to generated doc pages
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index 48ab151e41..a3ad2d11ce 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,8 +1,7 @@
---
layout: global
-title: Spark - Fast Cluster Computing
+title: Spark Overview
---
-# Spark Overview
Spark is a MapReduce-like cluster computing framework designed to support low-latency iterative jobs and interactive use from an interpreter. It is written in [Scala](http://www.scala-lang.org), a high-level language for the JVM, and exposes a clean language-integrated syntax that makes it easy to write parallel jobs. Spark runs on top of the [Apache Mesos](http://incubator.apache.org/mesos/) cluster manager.