Repository: spark
Updated Branches:
  refs/heads/branch-1.5 49355d0e0 -> aaae67df9


[SPARK-10584] [SQL] [DOC] Documentation about the compatible Hive version is 
wrong.

In Spark 1.5.0, Spark SQL is compatible with Hive 0.12.0 through 1.2.1 but the 
documentation is wrong.

/CC yhuai

Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>

Closes #8776 from sarutak/SPARK-10584-2.

(cherry picked from commit d507f9c0b7f7a524137a694ed6443747aaf90463)
Signed-off-by: Cheng Lian <l...@databricks.com>


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

Branch: refs/heads/branch-1.5
Commit: aaae67df9c03013af0677eb5c1146784f6efc3d1
Parents: 49355d0
Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>
Authored: Sat Sep 19 01:59:36 2015 -0700
Committer: Cheng Lian <l...@databricks.com>
Committed: Sat Sep 19 01:59:49 2015 -0700

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/aaae67df/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index a0b911d..82d4243 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1954,7 +1954,7 @@ without the need to write any code.
 ## Running the Thrift JDBC/ODBC server
 
 The Thrift JDBC/ODBC server implemented here corresponds to the 
[`HiveServer2`](https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2)
-in Hive 0.13. You can test the JDBC server with the beeline script that comes 
with either Spark or Hive 0.13.
+in Hive 1.2.1 You can test the JDBC server with the beeline script that comes 
with either Spark or Hive 1.2.1.
 
 To start the JDBC/ODBC server, run the following in the Spark directory:
 
@@ -2260,8 +2260,10 @@ Several caching related features are not supported yet:
 
 ## Compatibility with Apache Hive
 
-Spark SQL is designed to be compatible with the Hive Metastore, SerDes and 
UDFs.  Currently Spark
-SQL is based on Hive 0.12.0 and 0.13.1.
+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 
http://spark.apache.org/docs/latest/sql-programming-guide.html#interacting-with-different-versions-of-hive-metastore).
 
 #### Deploying in Existing Hive Warehouses
 


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

Reply via email to