Skip to content

Commit 22daeb4

Browse files
committed
Fix the jar location of datanucleus in sql-programming-guid.md
1 parent 4ee8191 commit 22daeb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)