Skip to content

Commit dd4f298

Browse files
committed
Doc update
1 parent dd1a365 commit dd4f298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sql-programming-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ evaluated by the SQL execution engine. A full list of the functions supported c
264264

265265
Spark SQL also supports reading and writing data stored in [Apache Hive](http://hive.apache.org/).
266266
However, since Hive has a large number of dependencies, it is not included in the default Spark assembly.
267-
In order to use Hive you must first run '`SPARK_HIVE=true sbt/sbt assembly/assembly`'. This command builds a new assembly
268-
jar that includes Hive. Note that this Hive assembly jar must also be present
267+
In order to use Hive you must first run '`SPARK_HIVE=true sbt/sbt assembly/assembly`' (or use `-Phive` for maven).
268+
This command builds a new assembly jar that includes Hive. Note that this Hive assembly jar must also be present
269269
on all of the worker nodes, as they will need access to the Hive serialization and deserialization libraries
270270
(SerDes) in order to acccess data stored in Hive.
271271

0 commit comments

Comments
 (0)