summaryrefslogtreecommitdiff
path: root/site/docs/1.5.0/sql-programming-guide.html
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-09-16 20:10:48 +0000
committerReynold Xin <rxin@apache.org>2015-09-16 20:10:48 +0000
commit10bf7477e1c1b43fd958bf2ca6cf46531659ff8d (patch)
tree66db740494fe632651c3a7583330fc790ae1ba07 /site/docs/1.5.0/sql-programming-guide.html
parenta863dba120114d9497dd1f1e9151f6548375271b (diff)
downloadspark-website-10bf7477e1c1b43fd958bf2ca6cf46531659ff8d.tar.gz
spark-website-10bf7477e1c1b43fd958bf2ca6cf46531659ff8d.tar.bz2
spark-website-10bf7477e1c1b43fd958bf2ca6cf46531659ff8d.zip
Updated 1.5.0 doc to remove test classes.
Diffstat (limited to 'site/docs/1.5.0/sql-programming-guide.html')
-rw-r--r--site/docs/1.5.0/sql-programming-guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/1.5.0/sql-programming-guide.html b/site/docs/1.5.0/sql-programming-guide.html
index bc12a6311..66b86392c 100644
--- a/site/docs/1.5.0/sql-programming-guide.html
+++ b/site/docs/1.5.0/sql-programming-guide.html
@@ -1787,7 +1787,7 @@ will compile against Hive 1.2.1 and use those classes for internal execution (se
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
<td><code>spark.sql.hive.metastore.version</code></td>
- <td><code>0.13.1</code></td>
+ <td><code>1.2.1</code></td>
<td>
Version of the Hive metastore. Available
options are <code>0.12.0</code> through <code>1.2.1</code>.