Repository: bigtop Updated Branches: refs/heads/master 090e69da6 -> 047e4ddd7
BIGTOP-2655: Help spark find the native hadoop libs Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4a865703 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4a865703 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4a865703 Branch: refs/heads/master Commit: 4a865703529a5742ff4cdad092a8f4e91030b136 Parents: 090e69d Author: Olaf Flebbe <[email protected]> Authored: Mon Jan 2 21:36:38 2017 +0000 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Mar 24 11:45:57 2017 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/4a865703/bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf b/bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf index cd18235..5978bec 100644 --- a/bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf +++ b/bigtop-deploy/puppet/modules/spark/templates/spark-defaults.conf @@ -22,3 +22,4 @@ spark.yarn.historyServer.address <%= @master_host %>:<%= @history_ui_port %> <% end -%> spark.history.ui.port <%= @history_ui_port %> spark.shuffle.service.enabled <%= @use_yarn_shuffle_service %> +spark.driver.extraJavaOptions -Djava.library.path=/usr/lib/hadoop/lib/native
