summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-04-18 16:54:01 +0000
committerPatrick Wendell <pwendell@apache.org>2015-04-18 16:54:01 +0000
commitc58812cda2f6ee447637cf435384fb028228020d (patch)
tree1ab07eeb0e8676c0737966152d8a0a3220a493d6
parentc3a063ddde19bc53bb20cef6141ce8b424638211 (diff)
downloadspark-website-c58812cda2f6ee447637cf435384fb028228020d.tar.gz
spark-website-c58812cda2f6ee447637cf435384fb028228020d.tar.bz2
spark-website-c58812cda2f6ee447637cf435384fb028228020d.zip
Adding new SQL info in 1.3.1 release notes
-rw-r--r--site/releases/spark-release-1-3-0.html2
-rw-r--r--site/releases/spark-release-1-3-1.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/site/releases/spark-release-1-3-0.html b/site/releases/spark-release-1-3-0.html
index e49178bac..a9d0953d0 100644
--- a/site/releases/spark-release-1-3-0.html
+++ b/site/releases/spark-release-1-3-0.html
@@ -195,7 +195,7 @@
<h2 id="upgrading-to-spark-13">Upgrading to Spark 1.3</h2>
<p>Spark 1.3 is binary compatible with Spark 1.X releases, so no code changes are necessary. This excludes API’s marked explicitly as unstable.</p>
-<p>As part of stabilizing the Spark SQL API, the <code>SchemaRDD</code> class has been renamed to <code>DataFrame</code>. Spark SQL&#8217;s <a href="http://spark.apache.org/docs/1.3.0/sql-programming-guide.html#migration-guide">migration guide</a> describes the upgrade process in detail. Spark SQL also now requires that column identifiers which use reserved words (such as &#8220;string&#8221; or &#8220;table&#8221;) be escaped using backticks.</p>
+<p>As part of stabilizing the Spark SQL API, the <code>SchemaRDD</code> class has been extended renamed to <code>DataFrame</code>. Spark SQL&#8217;s <a href="http://spark.apache.org/docs/1.3.0/sql-programming-guide.html#migration-guide">migration guide</a> describes the upgrade process in detail. Spark SQL also now requires that column identifiers which use reserved words (such as &#8220;string&#8221; or &#8220;table&#8221;) be escaped using backticks.</p>
<h3 id="known-issues">Known Issues</h3>
<p>This release has few known issues which will be addressed in Spark 1.3.1:</p>
diff --git a/site/releases/spark-release-1-3-1.html b/site/releases/spark-release-1-3-1.html
index e241725ff..c186541cf 100644
--- a/site/releases/spark-release-1-3-1.html
+++ b/site/releases/spark-release-1-3-1.html
@@ -183,6 +183,7 @@
<li>Parquet no longer caches metadata (<a href="http://issues.apache.org/jira/browse/SPARK-6575">SPARK-6575</a>) </li>
<li>Bug when joining two Parquet tables (<a href="http://issues.apache.org/jira/browse/SPARK-6851">SPARK-6851</a>)</li>
<li>Unable to read parquet data generated by Spark 1.1.1 (<a href="http://issues.apache.org/jira/browse/SPARK-6315">SPARK-6315</a>) </li>
+ <li>Parquet data source may use wrong Hadoop FileSystem (<a href="http://issues.apache.org/jira/browse/SPARK-6330">SPARK-6330</a>) </li>
</ul>
<h4 id="spark-streaming">Spark Streaming</h4>