Repository: spark
Updated Branches:
  refs/heads/branch-1.6 9a5b25d0f -> 215d5d884


[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.

(cherry picked from commit da9146c91a33577ff81378ca7e7c38a4b1917876)
Signed-off-by: Michael Armbrust <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/215d5d88
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/215d5d88
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/215d5d88

Branch: refs/heads/branch-1.6
Commit: 215d5d8845b6e52d75522e1c0766d324d11e4d42
Parents: 9a5b25d
Author: Takeshi YAMAMURO <[email protected]>
Authored: Mon Feb 1 12:02:06 2016 -0800
Committer: Michael Armbrust <[email protected]>
Committed: Mon Feb 1 12:02:28 2016 -0800

----------------------------------------------------------------------
 docs/sql-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/215d5d88/docs/sql-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index bc89c78..803701e 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1695,7 +1695,7 @@ on all of the worker nodes, as they will need access to 
the Hive serialization a
 
 Configuration of Hive is done by placing your `hive-site.xml`, `core-site.xml` 
(for security configuration),
  `hdfs-site.xml` (for HDFS configuration) file in `conf/`. Please note when 
running
-the query on a YARN cluster (`cluster` mode), the `datanucleus` jars under the 
`lib_managed/jars` directory
+the query on a YARN cluster (`cluster` mode), the `datanucleus` jars under the 
`lib` directory
 and `hive-site.xml` under `conf/` directory need to be available on the driver 
and all executors launched by the
 YARN cluster. The convenient way to do this is adding them through the 
`--jars` option and `--file` option of the
 `spark-submit` command.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to