Skip to content

Commit 07c59fc

Browse files
committed
Added a description about how to build to use HiveServer and CLI for SparkSQL to building-with-maven.md
1 parent 6e6645a commit 07c59fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/building-with-maven.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package
9696
mvn -Pyarn-alpha -Phadoop-2.3 -Dhadoop.version=2.3.0 -Dyarn.version=0.23.7 -DskipTests clean package
9797
{% endhighlight %}
9898

99+
# Building HiveServer and CLI for SparkSQL
100+
101+
SparkSQL supports HiveServer and CLI.
102+
See README.md in sql project for more information about those features.
103+
You can use those features by setting `-Phive-thriftserver` when building spark as follows.
104+
{% highlight bash %}
105+
mvn -Phive-thriftserver assembly
106+
{% endhighlight %}
107+
99108
# Spark Tests in Maven
100109

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

0 commit comments

Comments
 (0)