summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-12 00:08:19 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-12 00:08:19 +0000
commitc965641b103e79ddfeba87c52dc22c05ac92acf6 (patch)
tree4cf58f8640a8d4dc589483c257426c125271f7c5
parentffd76ef6ab0fd44d22877110dea04196462042e2 (diff)
downloadspark-website-c965641b103e79ddfeba87c52dc22c05ac92acf6.tar.gz
spark-website-c965641b103e79ddfeba87c52dc22c05ac92acf6.tar.bz2
spark-website-c965641b103e79ddfeba87c52dc22c05ac92acf6.zip
More 1.1 typo fixes
-rw-r--r--news/_posts/2014-09-11-spark-1-1-0-released.md2
-rw-r--r--releases/_posts/2014-09-11-spark-release-1-1-0.md12
-rw-r--r--site/news/spark-1-1-0-released.html2
-rw-r--r--site/releases/spark-release-1-1-0.html12
4 files changed, 14 insertions, 14 deletions
diff --git a/news/_posts/2014-09-11-spark-1-1-0-released.md b/news/_posts/2014-09-11-spark-1-1-0-released.md
index b9dfd5423..46824ee70 100644
--- a/news/_posts/2014-09-11-spark-1-1-0-released.md
+++ b/news/_posts/2014-09-11-spark-1-1-0-released.md
@@ -13,6 +13,6 @@ meta:
---
We are happy to announce the availability of <a href="{{site.url}}releases/spark-release-1-1-0.html" title="Spark Release 1.1.0">Spark 1.1.0</a>! Spark 1.1.0 is the second release on the API-compatible 1.X line. It is Spark's largest release ever, with contributions from 173 developers!
-This release brings operational and performance improvements in Spark core including a new implementation of the Spark shuffle designed for very large scale workloads. Spark 1.1 adds significant extensions to the newest Spark modules, MLlib and Spark SQL. Spark SQL introduces a JDBC server, byte code generation for fast expression evaluation, a public types API, JSON support, and other feature and optimizations. MLlib introduces a new statistics libary along with several new algorithms and optimizations. Spark 1.1 also builds out Spark’s Python support and adds new components to the Spark Streaming module.
+This release brings operational and performance improvements in Spark core including a new implementation of the Spark shuffle designed for very large scale workloads. Spark 1.1 adds significant extensions to the newest Spark modules, MLlib and Spark SQL. Spark SQL introduces a JDBC server, byte code generation for fast expression evaluation, a public types API, JSON support, and other features and optimizations. MLlib introduces a new statistics libary along with several new algorithms and optimizations. Spark 1.1 also builds out Spark’s Python support and adds new components to the Spark Streaming module.
Visit the <a href="{{site.url}}releases/spark-release-1-1-0.html" title="Spark Release 1.1.0">release notes</a> to read about the new features, or <a href="{{site.url}}downloads.html">download</a> the release today.
diff --git a/releases/_posts/2014-09-11-spark-release-1-1-0.md b/releases/_posts/2014-09-11-spark-release-1-1-0.md
index 541ff06ed..80ff93101 100644
--- a/releases/_posts/2014-09-11-spark-release-1-1-0.md
+++ b/releases/_posts/2014-09-11-spark-release-1-1-0.md
@@ -48,11 +48,11 @@ Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options
### Contributors:
* Aaron Davidson -- PySpark optimizations, fixes and optimizations in Spark core
- * Aaron Staple -- Fixes in Spark core Spark SQL
+ * Aaron Staple -- fixes in Spark core Spark SQL
* Ahir Reddy -- Spark SQL fix
- * Albert Chu -- Config fix
+ * Albert Chu -- config fix
* Alexander Ulanov -- Multiclass evaluation metrics in MLlib
- * Alex Liu -- Bug fix
+ * Alex Liu -- bug fix
* Ali Ghodsi -- doc fix
* Allan Douglas R. de Oliveira -- EC2 script enhancements and coGroup fix
* Ameet Talwalker -- MLlib docs
@@ -174,7 +174,7 @@ Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options
* Rishi Verma -- doc fix
* RJ Nowling -- code clean-up
* Rui Li -- bug fixes
- * Sameer Agarwal -- but fix
+ * Sameer Agarwal -- bug fix
* Sandy Ryza -- performance improvements, spark configs, and YARN fixes
* Sarah Gerweck -- bug fix
* Sean Owen -- bug fixes and build fixes in core and MLlib
@@ -197,7 +197,7 @@ Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options
* Vida Ha -- EC2 fixes
* Vlad -- doc fix
* Wangfei Shi -- bug and build fixes
- * Wang Lianhui bug fixes
+ * Wang Lianhui -- bug fixes
* Wang Tao -- bug fix
* Wenchen Fan -- memory leak fix
* William Benton -- bug fixes in core and SQL, improvements in Spark SQL
@@ -212,7 +212,7 @@ Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options
* Yantangz Hai -- bug fix
* Ye Xianjin -- bug fix
* Yijie Shen -- bug fix
- * Yin Huai -- several additions to Spark SQL. lead on JSON support and types API.
+ * Yin Huai -- several additions to Spark SQL, lead on JSON support and types API.
* Yi Tian -- SQL fix
* Zhang Liye -- bug fix
* Zhen Peng -- bug fixes
diff --git a/site/news/spark-1-1-0-released.html b/site/news/spark-1-1-0-released.html
index cfceb30cc..f0a4f5c03 100644
--- a/site/news/spark-1-1-0-released.html
+++ b/site/news/spark-1-1-0-released.html
@@ -167,7 +167,7 @@
<p>We are happy to announce the availability of <a href="/releases/spark-release-1-1-0.html" title="Spark Release 1.1.0">Spark 1.1.0</a>! Spark 1.1.0 is the second release on the API-compatible 1.X line. It is Spark&#8217;s largest release ever, with contributions from 173 developers!</p>
-<p>This release brings operational and performance improvements in Spark core including a new implementation of the Spark shuffle designed for very large scale workloads. Spark 1.1 adds significant extensions to the newest Spark modules, MLlib and Spark SQL. Spark SQL introduces a JDBC server, byte code generation for fast expression evaluation, a public types API, JSON support, and other feature and optimizations. MLlib introduces a new statistics libary along with several new algorithms and optimizations. Spark 1.1 also builds out Spark’s Python support and adds new components to the Spark Streaming module. </p>
+<p>This release brings operational and performance improvements in Spark core including a new implementation of the Spark shuffle designed for very large scale workloads. Spark 1.1 adds significant extensions to the newest Spark modules, MLlib and Spark SQL. Spark SQL introduces a JDBC server, byte code generation for fast expression evaluation, a public types API, JSON support, and other features and optimizations. MLlib introduces a new statistics libary along with several new algorithms and optimizations. Spark 1.1 also builds out Spark’s Python support and adds new components to the Spark Streaming module. </p>
<p>Visit the <a href="/releases/spark-release-1-1-0.html" title="Spark Release 1.1.0">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p>
diff --git a/site/releases/spark-release-1-1-0.html b/site/releases/spark-release-1-1-0.html
index 71bab562b..1f2d75788 100644
--- a/site/releases/spark-release-1-1-0.html
+++ b/site/releases/spark-release-1-1-0.html
@@ -209,11 +209,11 @@
<h3 id="contributors">Contributors:</h3>
<ul>
<li>Aaron Davidson &#8211; PySpark optimizations, fixes and optimizations in Spark core</li>
- <li>Aaron Staple &#8211; Fixes in Spark core Spark SQL</li>
+ <li>Aaron Staple &#8211; fixes in Spark core Spark SQL</li>
<li>Ahir Reddy &#8211; Spark SQL fix</li>
- <li>Albert Chu &#8211; Config fix</li>
+ <li>Albert Chu &#8211; config fix</li>
<li>Alexander Ulanov &#8211; Multiclass evaluation metrics in MLlib</li>
- <li>Alex Liu &#8211; Bug fix</li>
+ <li>Alex Liu &#8211; bug fix</li>
<li>Ali Ghodsi &#8211; doc fix</li>
<li>Allan Douglas R. de Oliveira &#8211; EC2 script enhancements and coGroup fix</li>
<li>Ameet Talwalker &#8211; MLlib docs</li>
@@ -335,7 +335,7 @@
<li>Rishi Verma &#8211; doc fix</li>
<li>RJ Nowling &#8211; code clean-up</li>
<li>Rui Li &#8211; bug fixes</li>
- <li>Sameer Agarwal &#8211; but fix</li>
+ <li>Sameer Agarwal &#8211; bug fix</li>
<li>Sandy Ryza &#8211; performance improvements, spark configs, and YARN fixes</li>
<li>Sarah Gerweck &#8211; bug fix</li>
<li>Sean Owen &#8211; bug fixes and build fixes in core and MLlib</li>
@@ -358,7 +358,7 @@
<li>Vida Ha &#8211; EC2 fixes</li>
<li>Vlad &#8211; doc fix</li>
<li>Wangfei Shi &#8211; bug and build fixes</li>
- <li>Wang Lianhui bug fixes</li>
+ <li>Wang Lianhui &#8211; bug fixes</li>
<li>Wang Tao &#8211; bug fix</li>
<li>Wenchen Fan &#8211; memory leak fix</li>
<li>William Benton &#8211; bug fixes in core and SQL, improvements in Spark SQL</li>
@@ -373,7 +373,7 @@
<li>Yantangz Hai &#8211; bug fix</li>
<li>Ye Xianjin &#8211; bug fix</li>
<li>Yijie Shen &#8211; bug fix</li>
- <li>Yin Huai &#8211; several additions to Spark SQL. lead on JSON support and types API.</li>
+ <li>Yin Huai &#8211; several additions to Spark SQL, lead on JSON support and types API.</li>
<li>Yi Tian &#8211; SQL fix</li>
<li>Zhang Liye &#8211; bug fix</li>
<li>Zhen Peng &#8211; bug fixes</li>