You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2013/08/23 19:30:51 UTC

svn commit: r1516943 - in /incubator/spark: index.md site/index.html

Author: andrew
Date: Fri Aug 23 17:30:50 2013
New Revision: 1516943

URL: http://svn.apache.org/r1516943
Log:
Update first instance of 'Spark' to be 'Apache Spark'

Modified:
    incubator/spark/index.md
    incubator/spark/site/index.html

Modified: incubator/spark/index.md
URL: http://svn.apache.org/viewvc/incubator/spark/index.md?rev=1516943&r1=1516942&r2=1516943&view=diff
==============================================================================
--- incubator/spark/index.md (original)
+++ incubator/spark/index.md Fri Aug 23 17:30:50 2013
@@ -6,8 +6,8 @@ navigation:
   weight: 1
   show: true
 ---
-## What is Spark?
-Spark is an open source cluster computing system that aims to make data analytics <em>fast</em> — both fast to run and fast to write.
+## What is Apache Spark?
+Apache Spark is an open source cluster computing system that aims to make data analytics <em>fast</em> — both fast to run and fast to write.
 To run programs faster, Spark provides primitives for in-memory cluster computing: your job can load data into memory and query it repeatedly much more quickly than with disk-based systems like Hadoop MapReduce.
 To make programming faster, Spark provides clean, concise APIs in <a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a>, <a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-java" >Java</a> and <a href="{{site.url}}docs/latest/quick-start.html#a-standalone-job-in-python" >Python</a>. You can also use Spark interactively from the Scala and Python shells to rapidly query big datasets.
 

Modified: incubator/spark/site/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/index.html?rev=1516943&r1=1516942&r2=1516943&view=diff
==============================================================================
--- incubator/spark/site/index.html (original)
+++ incubator/spark/site/index.html Fri Aug 23 17:30:50 2013
@@ -108,8 +108,8 @@
       <div id="content" role="main">
         
           <article class="page type-page status-publish hentry">
-            <h2 id="what-is-spark">What is Spark?</h2>
-<p>Spark is an open source cluster computing system that aims to make data analytics <em>fast</em> — both fast to run and fast to write.
+            <h2 id="what-is-apache-spark">What is Apache Spark?</h2>
+<p>Apache Spark is an open source cluster computing system that aims to make data analytics <em>fast</em> — both fast to run and fast to write.
 To run programs faster, Spark provides primitives for in-memory cluster computing: your job can load data into memory and query it repeatedly much more quickly than with disk-based systems like Hadoop MapReduce.
 To make programming faster, Spark provides clean, concise APIs in <a href="http://www.scala-lang.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.scala-lang.org']);">Scala</a>, <a href="/docs/latest/quick-start.html#a-standalone-job-in-java">Java</a> and <a href="/docs/latest/quick-start.html#a-standalone-job-in-python">Python</a>. You can also use Spark interactively from the Scala and Python shells to rapidly query big datasets.</p>