[SPARK-10584][SQL][DOC] Documentation about the compatible Hive version is wrong.#8776
[SPARK-10584][SQL][DOC] Documentation about the compatible Hive version is wrong.#8776sarutak wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
@liancheng We should say Hive 1.2.1 at here, right?
|
Test build #42521 has finished for PR 8776 at commit
|
There was a problem hiding this comment.
How about we say that 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). @marmbrus What do you think?
There was a problem hiding this comment.
Yeah, it's more clear. Thanks for your suggestion.
|
Was this related to #8739 ? |
|
@srowen Yeah, it is related to that. This one has two more changes for the doc. |
|
Test build #42660 has finished for PR 8776 at commit
|
|
LGTM, merging to master and branch-1.5. Thanks! |
…sion 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 <sarutak@oss.nttdata.co.jp> Closes #8776 from sarutak/SPARK-10584-2. (cherry picked from commit d507f9c) Signed-off-by: Cheng Lian <lian@databricks.com>
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