-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10584][SQL][DOC] Documentation about the compatible Hive version is wrong. #8776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liancheng We should say Hive 1.2.1 at here, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah right.
|
Test build #42521 has finished for PR 8776 at commit
|
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]> Closes #8776 from sarutak/SPARK-10584-2. (cherry picked from commit d507f9c) Signed-off-by: Cheng Lian <[email protected]>
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