Repository: spark
Updated Branches:
  refs/heads/master a366b950b -> 947b4e6f0


[SPARK-23510][DOC][FOLLOW-UP] Update spark.sql.hive.metastore.version

## What changes were proposed in this pull request?
Update `spark.sql.hive.metastore.version` to 2.3.2, same as HiveUtils.scala:
https://github.com/apache/spark/blob/ff1480189b827af0be38605d566a4ee71b4c36f6/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala#L63-L65

## How was this patch tested?

N/A

Author: Yuming Wang <yumw...@ebay.com>

Closes #20734 from wangyum/SPARK-23510-FOLLOW-UP.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/947b4e6f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/947b4e6f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/947b4e6f

Branch: refs/heads/master
Commit: 947b4e6f09db6aa5d92409344b6e273e9faeb24e
Parents: a366b95
Author: Yuming Wang <yumw...@ebay.com>
Authored: Mon Mar 5 16:21:02 2018 +0100
Committer: Herman van Hovell <hvanhov...@databricks.com>
Committed: Mon Mar 5 16:21:02 2018 +0100

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/947b4e6f/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 4d0f015..01e2076 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1214,7 +1214,7 @@ The following options can be used to configure the 
version of Hive that is used
     <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>.
+      options are <code>0.12.0</code> through <code>2.3.2</code>.
     </td>
   </tr>
   <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to