Skip to content

Commit dfaa971

Browse files
committed
SPARK-7265 minor fix of the content
1 parent ace454d commit dfaa971

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
@@ -1259,9 +1259,9 @@ on all of the worker nodes, as they will need access to the Hive serialization a
12591259
(SerDes) in order to access data stored in Hive.
12601260

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

12671267

0 commit comments

Comments
 (0)