BIGTOP-2472: zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR

Signed-off-by: Konstantin Boudnik <c...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9299713a
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9299713a
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9299713a

Branch: refs/heads/BIGTOP-2253
Commit: 9299713a2c59b7c605ec8a3d118244562485bf59
Parents: a1e9724
Author: Kevin W Monroe <kevin.mon...@canonical.com>
Authored: Mon Jun 6 15:25:43 2016 -0500
Committer: Konstantin Boudnik <c...@apache.org>
Committed: Mon Jun 6 15:46:45 2016 -0700

----------------------------------------------------------------------
 bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9299713a/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh 
b/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh
index 8095f01..ebcfc06 100644
--- a/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh
+++ b/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh
@@ -18,6 +18,7 @@ export ZEPPELIN_WEBSOCKET_PORT=<%= @web_socket_port %>
 export ZEPPELIN_CONF_DIR=/etc/zeppelin/conf
 export ZEPPELIN_LOG_DIR=/var/log/zeppelin
 export ZEPPELIN_PID_DIR=/var/run/zeppelin
+export ZEPPELIN_WAR_TEMPDIR=/var/run/zeppelin/webapps
 export ZEPPELIN_NOTEBOOK_DIR=/var/lib/zeppelin/notebook
 export MASTER=<%= @spark_master_url %>
 export SPARK_HOME=/usr/lib/spark

Reply via email to