-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-4177][Doc]update build doc since JDBC/CLI support hive 13 now #3042
Conversation
Test build #22640 has started for PR 3042 at commit
|
Test build #22640 has finished for PR 3042 at commit
|
Test FAILed. |
Failed due to #3041 |
@pwendell, is this ok to go? |
@@ -105,8 +105,7 @@ mvn -Pyarn-alpha -Phadoop-2.3 -Dhadoop.version=2.3.0 -Dyarn.version=0.23.7 -Dski | |||
To enable Hive integration for Spark SQL along with its JDBC server and CLI, | |||
add the `-Phive` profile to your existing build options. By default Spark | |||
will build with Hive 0.13.1 bindings. You can also build for Hive 0.12.0 using | |||
the `-Phive-0.12.0` profile. NOTE: currently the JDBC server is only | |||
supported for Hive 0.12.0. | |||
the `-Phive-0.12.0` profile. |
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.
can you remove the TODO above?
Looks good pending a minor comment. |
Test build #22719 has started for PR 3042 at commit
|
Test build #22719 has finished for PR 3042 at commit
|
Test PASSed. |
@pwendell, this should be ready to go. |
Thanks - I pulled this in! |
No description provided.