aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-09-14 12:06:23 -0700
committerYin Huai <yhuai@databricks.com>2015-09-14 12:06:23 -0700
commitcf2821ef5fd9965eb6256e8e8b3f1e00c0788098 (patch)
tree05b6652ec96da24f30ee9a0bf89438268f1f6dd9 /docs/sql-programming-guide.md
parent32407bfd2bdbf84d65cacfa7554dae6a2332bc37 (diff)
downloadspark-cf2821ef5fd9965eb6256e8e8b3f1e00c0788098.tar.gz
spark-cf2821ef5fd9965eb6256e8e8b3f1e00c0788098.tar.bz2
spark-cf2821ef5fd9965eb6256e8e8b3f1e00c0788098.zip
[SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.version is wrong.
The default value of hive metastore version is 1.2.1 but the documentation says the value of `spark.sql.hive.metastore.version` is 0.13.1. Also, we cannot get the default value by `sqlContext.getConf("spark.sql.hive.metastore.version")`. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #8739 from sarutak/SPARK-10584.
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 6a1b0fbfa1..a0b911d207 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1687,7 +1687,7 @@ The following options can be used to configure the version of Hive that is used
<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>.