aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2017-04-11 19:30:34 -0700
committerXiao Li <gatorsmile@gmail.com>2017-04-11 19:30:34 -0700
commitcde9e328484e4007aa6b505312d7cea5461a6eaf (patch)
treee21a7c57b28421cbff0d706fa22b2497da9820ff
parent6297697f975960a3006c4e58b4964d9ac40eeaf5 (diff)
downloadspark-cde9e328484e4007aa6b505312d7cea5461a6eaf.tar.gz
spark-cde9e328484e4007aa6b505312d7cea5461a6eaf.tar.bz2
spark-cde9e328484e4007aa6b505312d7cea5461a6eaf.zip
[MINOR][DOCS] Update supported versions for Hive Metastore
## What changes were proposed in this pull request? Since SPARK-18112 and SPARK-13446, Apache Spark starts to support reading Hive metastore 2.0 ~ 2.1.1. This updates the docs. ## How was this patch tested? N/A Author: Dongjoon Hyun <dongjoon@apache.org> Closes #17612 from dongjoon-hyun/metastore.
-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 7ae9847983..c425faca4c 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1700,7 +1700,7 @@ referencing a singleton.
Spark SQL is designed to be compatible with the Hive Metastore, SerDes and UDFs.
Currently Hive SerDes and UDFs are based on Hive 1.2.1,
and Spark SQL can be connected to different versions of Hive Metastore
-(from 0.12.0 to 1.2.1. Also see [Interacting with Different Versions of Hive Metastore] (#interacting-with-different-versions-of-hive-metastore)).
+(from 0.12.0 to 2.1.1. Also see [Interacting with Different Versions of Hive Metastore] (#interacting-with-different-versions-of-hive-metastore)).
#### Deploying in Existing Hive Warehouses