Skip to content

Commit 4559ed5

Browse files
committed
SPARK-7063
1 parent daa520f commit 4559ed5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,12 +1265,7 @@ This command builds a new assembly jar that includes Hive. Note that this Hive a
12651265
on all of the worker nodes, as they will need access to the Hive serialization and deserialization libraries
12661266
(SerDes) in order to access data stored in Hive.
12671267

1268-
Configuration of Hive is done by placing your `hive-site.xml` file in `conf/`. Please note when running
1269-
the query on YARN cluster (`yarn-cluster` mode),the `datanucleus` jars under `lib_managed/jars` directory
1270-
and `hive-site.xml` under `conf/` directory need to be available on driver and all executors launched by
1271-
YARN cluster. The convenient way to do this is adding them through `--jars` option and `--file` option of
1272-
spark-submit command.
1273-
1268+
Configuration of Hive is done by placing your `hive-site.xml` file in `conf/`.
12741269

12751270
<div class="codetabs">
12761271

0 commit comments

Comments
 (0)