Author: pwendell
Date: Wed Jul 15 21:46:54 2015
New Revision: 1691285

URL: http://svn.apache.org/r1691285
Log:
Typo in release notes

Modified:
    spark/releases/_posts/2015-07-15-spark-release-1-4-1.md
    spark/site/releases/spark-release-1-4-1.html

Modified: spark/releases/_posts/2015-07-15-spark-release-1-4-1.md
URL: 
http://svn.apache.org/viewvc/spark/releases/_posts/2015-07-15-spark-release-1-4-1.md?rev=1691285&r1=1691284&r2=1691285&view=diff
==============================================================================
--- spark/releases/_posts/2015-07-15-spark-release-1-4-1.md (original)
+++ spark/releases/_posts/2015-07-15-spark-release-1-4-1.md Wed Jul 15 21:46:54 
2015
@@ -16,7 +16,16 @@ Spark 1.4.1 is a maintenance release con
 To download Spark 1.4.1 visit the <a 
href="{{site.url}}downloads.html">downloads</a> page.
 
 ### Fixes
-Spark 1.4.1 contains several bug fixes in Spark SQL and assorted fixes in 
other components. Some of the more important fixes are highlighted below. You 
can visit the [Spark issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.4.1%20ORDER%20BY%20priority%2C%20component)
 for the full list of fixes.
+Spark 1.4.1 contains several bug fixes in Spark's DataFrame and data source 
support and assorted fixes in other components. Some of the more important 
fixes are highlighted below. You can visit the [Spark issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.4.1%20ORDER%20BY%20priority%2C%20component)
 for the full list of fixes.
+
+#### Data Sources and DataFrames
+
+ * [SPARK-8804](https://issues.apache.org/jira/browse/SPARK-8804): Order of 
UTF8String is not consistent with String if there is any non-ascii character in 
it
+ * [SPARK-8406](https://issues.apache.org/jira/browse/SPARK-8406): Race 
condition when writing Parquet files
+ * [SPARK-8329](https://issues.apache.org/jira/browse/SPARK-8329): DataSource 
options parser no longer accepts '_'
+ * [SPARK-8368](https://issues.apache.org/jira/browse/SPARK-8368): 
ClassNotFoundException in closure for map
+ * [SPARK-8470](https://issues.apache.org/jira/browse/SPARK-8470): 
MissingRequirementError for ScalaReflection on user classes
+ * [SPARK-8358](https://issues.apache.org/jira/browse/SPARK-8358): DataFrame 
explode with alias and * fails
 
 #### MLLib
 
@@ -31,14 +40,6 @@ Spark 1.4.1 contains several bug fixes i
  * [SPARK-8573](https://issues.apache.org/jira/browse/SPARK-8573): Trigger 
exceptions when invalid operators are used
  * [SPARK-8766](https://issues.apache.org/jira/browse/SPARK-8766): Support non 
ASCII characters in columns
 
-#### Data Sources and DataFrames
-
- * [SPARK-8804](https://issues.apache.org/jira/browse/SPARK-8804): Order of 
UTF8String is not consistent with String if there is any non-ascii character in 
it
- * [SPARK-8406](https://issues.apache.org/jira/browse/SPARK-8406): Race 
condition when writing Parquet files
- * [SPARK-8329](https://issues.apache.org/jira/browse/SPARK-8329): DataSource 
options parser no longer accepts '_'
- * [SPARK-8368](https://issues.apache.org/jira/browse/SPARK-8368): 
ClassNotFoundException in closure for map
- * [SPARK-8470](https://issues.apache.org/jira/browse/SPARK-8470): 
MissingRequirementError for ScalaReflection on user classes
- * [SPARK-8358](https://issues.apache.org/jira/browse/SPARK-8358): DataFrame 
explode with alias and * fails
  
 #### SparkR
  * [SPARK-8506](https://issues.apache.org/jira/browse/SPARK-8506): Support for 
Spark packages when initializing SparkR

Modified: spark/site/releases/spark-release-1-4-1.html
URL: 
http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-4-1.html?rev=1691285&r1=1691284&r2=1691285&view=diff
==============================================================================
--- spark/site/releases/spark-release-1-4-1.html (original)
+++ spark/site/releases/spark-release-1-4-1.html Wed Jul 15 21:46:54 2015
@@ -175,7 +175,18 @@
 <p>To download Spark 1.4.1 visit the <a href="/downloads.html">downloads</a> 
page.</p>
 
 <h3 id="fixes">Fixes</h3>
-<p>Spark 1.4.1 contains several bug fixes in Spark SQL and assorted fixes in 
other components. Some of the more important fixes are highlighted below. You 
can visit the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.4.1%20ORDER%20BY%20priority%2C%20component";>Spark
 issue tracker</a> for the full list of fixes.</p>
+<p>Spark 1.4.1 contains several bug fixes in Spark&#8217;s DataFrame and data 
source support and assorted fixes in other components. Some of the more 
important fixes are highlighted below. You can visit the <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.4.1%20ORDER%20BY%20priority%2C%20component";>Spark
 issue tracker</a> for the full list of fixes.</p>
+
+<h4 id="data-sources-and-dataframes">Data Sources and DataFrames</h4>
+
+<ul>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8804";>SPARK-8804</a>: Order 
of UTF8String is not consistent with String if there is any non-ascii character 
in it</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8406";>SPARK-8406</a>: Race 
condition when writing Parquet files</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8329";>SPARK-8329</a>: 
DataSource options parser no longer accepts &#8216;_&#8217;</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8368";>SPARK-8368</a>: 
ClassNotFoundException in closure for map</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8470";>SPARK-8470</a>: 
MissingRequirementError for ScalaReflection on user classes</li>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8358";>SPARK-8358</a>: 
DataFrame explode with alias and * fails</li>
+</ul>
 
 <h4 id="mllib">MLLib</h4>
 
@@ -194,17 +205,6 @@
   <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8766";>SPARK-8766</a>: Support 
non ASCII characters in columns</li>
 </ul>
 
-<h4 id="data-sources-and-dataframes">Data Sources and DataFrames</h4>
-
-<ul>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8804";>SPARK-8804</a>: Order 
of UTF8String is not consistent with String if there is any non-ascii character 
in it</li>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8406";>SPARK-8406</a>: Race 
condition when writing Parquet files</li>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8329";>SPARK-8329</a>: 
DataSource options parser no longer accepts &#8216;_&#8217;</li>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8368";>SPARK-8368</a>: 
ClassNotFoundException in closure for map</li>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8470";>SPARK-8470</a>: 
MissingRequirementError for ScalaReflection on user classes</li>
-  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8358";>SPARK-8358</a>: 
DataFrame explode with alias and * fails</li>
-</ul>
-
 <h4 id="sparkr">SparkR</h4>
 <ul>
   <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8506";>SPARK-8506</a>: Support 
for Spark packages when initializing SparkR</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to