-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9148][SPARK-10252][SQL] Update SQL Programming Guide #8441
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
|
Test build #41581 has finished for PR 8441 at commit
|
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.
Python/R rather than Any Language?
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.
It works in scala too though? I wasn't really sure what to do here. We could also just delete the other column?
|
In JDBC part we give an example of how to include extra jars by |
|
Perhaps this is a separate jira but the build doc needs to be updated for building with hive also. |
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.
It might be nice if we could say something about the jars either need to be installed on the cluster or on yarn shipped with your application.
|
Test build #41663 has finished for PR 8441 at commit
|
|
LGTM |
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.
These jars aren't needed by the executors at all? If that is the case the only time they need to be shipped is in yarn cluster mode.
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.
Correct, they are only used by the driver to get metadata. Thanks for the clarification on cluster vs client.
|
thanks LGTM |
|
Test build #41704 has finished for PR 8441 at commit
|
Author: Michael Armbrust <[email protected]> Closes #8441 from marmbrus/documentation. (cherry picked from commit dc86a22) Signed-off-by: Michael Armbrust <[email protected]>
|
Thanks guys! Merged to master and 1.5 |
No description provided.