summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/index.md b/index.md
index e9e45a51f..2e1e566e4 100644
--- a/index.md
+++ b/index.md
@@ -105,23 +105,20 @@ navigation:
<div class="row row-padded" style="margin-bottom: 15px;">
<div class="col-md-7 col-sm-7">
- <h2>Integrated with Hadoop</h2>
+ <h2>Runs Everywhere</h2>
<p class="lead">
- Spark can run on Hadoop 2's YARN cluster manager, and can read
- any existing Hadoop data.
+ 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.
</p>
<p>
- If you have a Hadoop 2 cluster, you can run Spark without any installation needed.
- Otherwise, Spark is easy to run <a href="{{site.url}}docs/latest/spark-standalone.html">standalone</a>
- or on <a href="{{site.url}}docs/latest/ec2-scripts.html">EC2</a> or <a href="http://mesos.apache.org">Mesos</a>.
+ You can run Spark readily using its <a href="{{site.url}}docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="{{site.url}}docs/latest/ec2-scripts.html">EC2</a>, or run it on Hadoop YARN or <a href="http://mesos.apache.org">Apache Mesos</a>.
It can read from <a href="http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS</a>, <a href="http://hbase.apache.org">HBase</a>, <a href="http://cassandra.apache.org">Cassandra</a>,
and any Hadoop data source.
</p>
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
- <img src="{{site.url}}images/hadoop.jpg" style="width: 100%; max-width: 280px;">
+ <img src="{{site.url}}images/spark-runs-everywhere.png" style="width: 100%; max-width: 280px;">
</div>
</div>