summaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/site/index.html b/site/index.html
index 44993fe0d..a4f928163 100644
--- a/site/index.html
+++ b/site/index.html
@@ -85,7 +85,7 @@
<li><a href="/downloads.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
- Related Projects <b class="caret"></b>
+ Subprojects <b class="caret"></b>
</a>
<ul class="dropdown-menu">
@@ -105,7 +105,7 @@
</ul>
</li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <a href="/community.html" class="dropdown-toggle" data-toggle="dropdown">
Community <b class="caret"></b>
</a>
<ul class="dropdown-menu">
@@ -113,6 +113,8 @@
<li><a href="/community.html#events">Events and Meetups</a></li>
<li><a href="/community.html#history">Project History</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Committers">Project Committers</a></li>
+ <li><a href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</a></li>
</ul>
</li>
<li><a href="/examples.html">Examples</a></li>
@@ -256,7 +258,7 @@
<h2>Runs Everywhere</h2>
<p class="lead">
- Spark runs on Hadoop YARN, Apache Mesos, standalone, or in the cloud. It can talk to and read from many different data sources such as HDFS, Cassandra, HBase, S3.
+ Spark runs on Hadoop, Mesos, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, S3.
</p>
<p>
@@ -304,13 +306,13 @@
<p>
Apache Spark is built by a wide set of developers from over 50 companies.
- Since the project started in 2009, more than 250 developers have contributed to Spark!
+ Since the project started in 2009, more than 400 developers have contributed to Spark!
</p>
<p>
The project's
<a href="https://cwiki.apache.org/confluence/display/SPARK/Committers">committers</a>
- come from 12 organizations.
+ come from 16 organizations.
</p>
<p>
@@ -328,8 +330,7 @@
<li><a href="/downloads.html">Download</a> the latest release &mdash; you can run Spark locally on your laptop.</li>
<li>Read the <a href="/docs/latest/quick-start.html">quick start guide</a>.</li>
<li>
- Spark Summit 2013 contained free <a href="http://spark-summit.org/summit-2013/#day2">training videos</a> and <a href="http://spark-summit.org/2013/exercises/">exercises</a>
- that you can run on Amazon EC2.
+ Spark Summit 2014 contained free <a href="http://spark-summit.org/2014/training">training videos and exercises</a>.
</li>
<li>Learn how to <a href="/docs/latest/#launching-on-a-cluster">deploy</a> Spark on a cluster.</li>
</ul>