@@ -1614,7 +1614,8 @@ This command builds a new assembly jar that includes Hive. Note that this Hive a
16141614on all of the worker nodes, as they will need access to the Hive serialization and deserialization libraries
16151615(SerDes) in order to access data stored in Hive.
16161616
1617- Configuration of Hive is done by placing your ` hive-site.xml ` file in ` conf/ ` . Please note when running
1617+ Configuration of Hive is done by placing your ` hive-site.xml ` , ` core-site.xml ` (for security configuration),
1618+ ` hdfs-site.xml ` (for HDFS configuration) file in ` conf/ ` . Please note when running
16181619the query on a YARN cluster (` cluster ` mode), the ` datanucleus ` jars under the ` lib_managed/jars ` directory
16191620and ` hive-site.xml ` under ` conf/ ` directory need to be available on the driver and all executors launched by the
16201621YARN cluster. The convenient way to do this is adding them through the ` --jars ` option and ` --file ` option of the
@@ -2028,7 +2029,7 @@ Beeline will ask you for a username and password. In non-secure mode, simply ent
20282029your machine and a blank password. For secure mode, please follow the instructions given in the
20292030[ beeline documentation] ( https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients ) .
20302031
2031- Configuration of Hive is done by placing your ` hive-site.xml ` file in ` conf/ ` .
2032+ Configuration of Hive is done by placing your ` hive-site.xml ` , ` core-site.xml ` and ` hdfs-site.xml ` files in ` conf/ ` .
20322033
20332034You may also use the beeline script that comes with Hive.
20342035
@@ -2053,7 +2054,7 @@ To start the Spark SQL CLI, run the following in the Spark directory:
20532054
20542055 ./bin/spark-sql
20552056
2056- Configuration of Hive is done by placing your ` hive-site.xml ` file in ` conf/ ` .
2057+ Configuration of Hive is done by placing your ` hive-site.xml ` , ` core-site.xml ` and ` hdfs-site.xml ` files in ` conf/ ` .
20572058You may run ` ./bin/spark-sql --help ` for a complete list of all available
20582059options.
20592060
0 commit comments