diff --git a/conf/zeppelin-env.sh.template b/conf/zeppelin-env.sh.template index fe133ba348..b0b1a5b6e5 100644 --- a/conf/zeppelin-env.sh.template +++ b/conf/zeppelin-env.sh.template @@ -25,6 +25,7 @@ # export ZEPPELIN_LOG_DIR # Where log files are stored. PWD by default. # export ZEPPELIN_PID_DIR # The pid files are stored. /tmp by default. +# export ZEPPELIN_WAR_TEMPDIR # The location of jetty temporary directory. # export ZEPPELIN_NOTEBOOK_DIR # Where notebook saved # export ZEPPELIN_NOTEBOOK_HOMESCREEN # Id of notebook to be displayed in homescreen. ex) 2A94M5J1Z # export ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE # hide homescreen notebook from list when this value set to "true". default "false" diff --git a/conf/zeppelin-site.xml.template b/conf/zeppelin-site.xml.template index 0f44c62ad5..191f8c265a 100755 --- a/conf/zeppelin-site.xml.template +++ b/conf/zeppelin-site.xml.template @@ -37,6 +37,12 @@ Context Path of the Web Application + + zeppelin.war.tempdir + webapps + Location of jetty temporary directory + + zeppelin.notebook.dir notebook diff --git a/docs/install/install.md b/docs/install/install.md index d3914010f6..73dd7e0cf7 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -145,7 +145,13 @@ Configuration can be done by both environment variable(conf/zeppelin-env.sh) and zeppelin.notebook.homescreen.hide false hide homescreen notebook from list when this value set to "true" - + + + ZEPPELIN_WAR_TEMPDIR + zeppelin.war.tempdir + webapps + The location of jetty temporary directory. + ZEPPELIN_NOTEBOOK_DIR zeppelin.notebook.dir