-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2963] [SQL] There no documentation about building to use HiveServer and CLI for SparkSQL #1885
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-2963] [SQL] There no documentation about building to use HiveServer and CLI for SparkSQL #1885
Changes from 3 commits
c88fa93
6e6645a
07c59fc
ed53329
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -115,6 +115,15 @@ If your project is built with Maven, add this to your POM file's `<dependencies> | |
| </dependency> | ||
|
|
||
|
|
||
| ## A Note About HiveServer and CLI for SparkSQL | ||
|
|
||
| SparkSQL supports HiveServer and CLI. | ||
| See README.md in sql project for more information about those features. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, actually
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, it's wrong for programming guide. |
||
| You can use those features by setting `-Phive-thriftserver` when building spark as follows. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please capitalize "Spark" :) |
||
|
|
||
| $ sbt/sbt -Phive-thriftserver assembly | ||
|
|
||
|
|
||
| ## Configuration | ||
|
|
||
| Please refer to the [Configuration guide](http://spark.apache.org/docs/latest/configuration.html) | ||
|
|
||
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 should be "Hive Thrift server", which is compatible with HiveServer2, rather than HiveServer. And usually we use "Spark SQL" instead of "SparkSQL".
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.
In sql-programming-guide.md, it's called "Thrift JDBC server".
Should I use this notation?
The latest PR uses "Thrift JDBC server".