File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,15 @@ mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package
9696mvn -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
101110Tests are run by default via the [ ScalaTest Maven plugin] ( http://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin ) .
You can’t perform that action at this time.
0 commit comments