Skip to content

Commit c88fa93

Browse files
committed
Added a description about building to use HiveServer and CLI for SparkSQL
1 parent b715aa0 commit c88fa93

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ If your project is built with Maven, add this to your POM file's `<dependencies>
115115
</dependency>
116116

117117

118+
## A Note About HiveServer and CLI for SparkSQL
119+
120+
SparkSQL supports HiveServer and CLI.
121+
See README.md in sql project for more information about those features.
122+
You can use those features by setting `-Phive-thriftserver` when building spark as follows.
123+
124+
$ sbt/sbt -Phive-thriftserver assembly
125+
126+
118127
## Configuration
119128

120129
Please refer to the [Configuration guide](http://spark.apache.org/docs/latest/configuration.html)

0 commit comments

Comments
 (0)