You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2018/02/28 15:33:02 UTC

spark-website git commit: Update spark.apache.org and add k8s as a supported option.

Repository: spark-website
Updated Branches:
  refs/heads/asf-site 6853fd7c6 -> 72a4d4ed2


Update spark.apache.org and add k8s as a supported option.


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/72a4d4ed
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/72a4d4ed
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/72a4d4ed

Branch: refs/heads/asf-site
Commit: 72a4d4ed2e7ddcdbc7a3f9766acfc13ce14eb1a2
Parents: 6853fd7
Author: foxish <ra...@google.com>
Authored: Mon Jan 15 15:59:33 2018 -0800
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Feb 28 09:32:14 2018 -0600

----------------------------------------------------------------------
 images/spark-runs-everywhere.png      | Bin 63889 -> 88483 bytes
 index.md                              |   4 ++--
 site/images/spark-runs-everywhere.png | Bin 63889 -> 88483 bytes
 site/index.html                       |   4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/72a4d4ed/images/spark-runs-everywhere.png
----------------------------------------------------------------------
diff --git a/images/spark-runs-everywhere.png b/images/spark-runs-everywhere.png
index f0e028a..367714c 100644
Binary files a/images/spark-runs-everywhere.png and b/images/spark-runs-everywhere.png differ

http://git-wip-us.apache.org/repos/asf/spark-website/blob/72a4d4ed/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index f62e892..9bea0de 100644
--- a/index.md
+++ b/index.md
@@ -109,11 +109,11 @@ navigation:
     <h2>Runs Everywhere</h2>
 
     <p class="lead">
-      Spark runs on Hadoop, Mesos, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, and S3.
+      Spark runs on Hadoop, Mesos, Kubernetes, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, and S3.
     </p>
 
     <p>
-      You can run Spark using its <a href="{{site.baseurl}}/docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="https://github.com/amplab/spark-ec2">EC2</a>, on <a href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Hadoop YARN</a>, or on <a href="https://mesos.apache.org">Apache Mesos</a>.
+      You can run Spark using its <a href="{{site.baseurl}}/docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="https://github.com/amplab/spark-ec2">EC2</a>, on <a href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Hadoop YARN</a>, on <a href="https://mesos.apache.org">Apache Mesos</a>, or on <a href="https://kubernetes.io/">Kubernetes</a>.
       Access data in <a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS</a>, <a href="https://cassandra.apache.org">Cassandra</a>, <a href="https://hbase.apache.org">HBase</a>,
       <a href="https://hive.apache.org">Hive</a>, <a href="http://tachyon-project.org">Tachyon</a>, and any Hadoop data source.
     </p>

http://git-wip-us.apache.org/repos/asf/spark-website/blob/72a4d4ed/site/images/spark-runs-everywhere.png
----------------------------------------------------------------------
diff --git a/site/images/spark-runs-everywhere.png b/site/images/spark-runs-everywhere.png
index f0e028a..367714c 100644
Binary files a/site/images/spark-runs-everywhere.png and b/site/images/spark-runs-everywhere.png differ

http://git-wip-us.apache.org/repos/asf/spark-website/blob/72a4d4ed/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index 3fc71d0..57c61ab 100644
--- a/site/index.html
+++ b/site/index.html
@@ -290,11 +290,11 @@
     <h2>Runs Everywhere</h2>
 
     <p class="lead">
-      Spark runs on Hadoop, Mesos, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, and S3.
+      Spark runs on Hadoop, Mesos, Kubernetes, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, and S3.
     </p>
 
     <p>
-      You can run Spark using its <a href="/docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="https://github.com/amplab/spark-ec2">EC2</a>, on <a href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Hadoop YARN</a>, or on <a href="https://mesos.apache.org">Apache Mesos</a>.
+      You can run Spark using its <a href="/docs/latest/spark-standalone.html">standalone cluster mode</a>, on <a href="https://github.com/amplab/spark-ec2">EC2</a>, on <a href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Hadoop YARN</a>, on <a href="https://mesos.apache.org">Apache Mesos</a>, or on <a href="https://kubernetes.io/">Kubernetes</a>.
       Access data in <a href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS</a>, <a href="https://cassandra.apache.org">Cassandra</a>, <a href="https://hbase.apache.org">HBase</a>,
       <a href="https://hive.apache.org">Hive</a>, <a href="http://tachyon-project.org">Tachyon</a>, and any Hadoop data source.
     </p>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org