Skip to content

Commit

Permalink
Added a description about building to use HiveServer and CLI for Spar…
Browse files Browse the repository at this point in the history
…kSQL
  • Loading branch information
sarutak committed Aug 11, 2014
1 parent b715aa0 commit c88fa93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
You can use those features by setting `-Phive-thriftserver` when building spark as follows.

$ sbt/sbt -Phive-thriftserver assembly


## Configuration

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

0 comments on commit c88fa93

Please sign in to comment.