File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ evaluated by the SQL execution engine. A full list of the functions supported c
264264
265265Spark SQL also supports reading and writing data stored in [ Apache Hive] ( http://hive.apache.org/ ) .
266266However, 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
269269on 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
You can’t perform that action at this time.
0 commit comments