aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin W Monroe <kevin.monroe@canonical.com>2016-06-06 15:25:43 -0500
committerKonstantin Boudnik <cos@apache.org>2016-06-06 15:46:45 -0700
commit9299713a2c59b7c605ec8a3d118244562485bf59 (patch)
tree1618ce713ffe5075152be6550bec1ee3f58ef746
parenta1e97249caede1d7083c6256480757ee2da9c17e (diff)
BIGTOP-2472: zeppelin puppet module needs to expose ZEPPELIN_WAR_TEMPDIR
Signed-off-by: Konstantin Boudnik <cos@apache.org>
-rw-r--r--bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh b/bigtop-deploy/puppet/modules/zeppelin/templates/zeppelin-env.sh
index 8095f010..ebcfc06d 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