Skip to content

Commit

Permalink
Added a description about how to build to use HiveServer and CLI for …
Browse files Browse the repository at this point in the history
…SparkSQL to building-with-maven.md
  • Loading branch information
sarutak committed Aug 11, 2014
1 parent 6e6645a commit 07c59fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/building-with-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package
mvn -Pyarn-alpha -Phadoop-2.3 -Dhadoop.version=2.3.0 -Dyarn.version=0.23.7 -DskipTests clean package
{% endhighlight %}

# Building 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.
{% highlight bash %}
mvn -Phive-thriftserver assembly
{% endhighlight %}

# Spark Tests in Maven

Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin).
Expand Down

0 comments on commit 07c59fc

Please sign in to comment.