summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-11-11 07:11:21 +0000
committerReynold Xin <rxin@apache.org>2014-11-11 07:11:21 +0000
commit20ab3849aac78a25ba66ca421de63eaa17774c50 (patch)
treeaac8297d522ae67e5c949cc1f4f34e3e3ab2346d /site
parent73d7faed7a9cdec3179cd73cbe2497df6578cd25 (diff)
downloadspark-website-20ab3849aac78a25ba66ca421de63eaa17774c50.tar.gz
spark-website-20ab3849aac78a25ba66ca421de63eaa17774c50.tar.bz2
spark-website-20ab3849aac78a25ba66ca421de63eaa17774c50.zip
Update Spark Runs Everywhere section
Diffstat (limited to 'site')
-rw-r--r--site/images/spark-runs-everywhere.pngbin0 -> 87865 bytes
-rw-r--r--site/index.html11
2 files changed, 4 insertions, 7 deletions
diff --git a/site/images/spark-runs-everywhere.png b/site/images/spark-runs-everywhere.png
new file mode 100644
index 000000000..188fceba3
--- /dev/null
+++ b/site/images/spark-runs-everywhere.png
Binary files differ
diff --git a/site/index.html b/site/index.html
index be41b0455..44993fe0d 100644
--- a/site/index.html
+++ b/site/index.html
@@ -253,23 +253,20 @@
<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="/docs/latest/spark-standalone.html">standalone</a>
- or on <a href="/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="/docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="/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="/images/hadoop.jpg" style="width: 100%; max-width: 280px;" />
+ <img src="/images/spark-runs-everywhere.png" style="width: 100%; max-width: 280px;" />
</div>
</div>