Skip to content

Commit da9146c

Browse files
maropumarmbrus
authored andcommitted
[DOCS] Fix the jar location of datanucleus in sql-programming-guid.md
ISTM `lib` is better because `datanucleus` jars are located in `lib` for release builds. Author: Takeshi YAMAMURO <[email protected]> Closes #10901 from maropu/DocFix.
1 parent 8f26eb5 commit da9146c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ on all of the worker nodes, as they will need access to the Hive serialization a
16951695

16961696
Configuration of Hive is done by placing your `hive-site.xml`, `core-site.xml` (for security configuration),
16971697
`hdfs-site.xml` (for HDFS configuration) file in `conf/`. Please note when running
1698-
the query on a YARN cluster (`cluster` mode), the `datanucleus` jars under the `lib_managed/jars` directory
1698+
the query on a YARN cluster (`cluster` mode), the `datanucleus` jars under the `lib` directory
16991699
and `hive-site.xml` under `conf/` directory need to be available on the driver and all executors launched by the
17001700
YARN cluster. The convenient way to do this is adding them through the `--jars` option and `--file` option of the
17011701
`spark-submit` command.

0 commit comments

Comments
 (0)