Repository: incubator-zeppelin Updated Branches: refs/heads/master 85a2ad376 -> 96b11e144
Fixed some documentation ### What is this PR for? Fixed some documentation ### What type of PR is it? Documentation Author: michrawson <[email protected]> Closes #773 from michrawson/patch-1 and squashes the following commits: 592935b [michrawson] Fixed some documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/96b11e14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/96b11e14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/96b11e14 Branch: refs/heads/master Commit: 96b11e144a051270682f2fed509e83a44f81ece9 Parents: 85a2ad3 Author: michrawson <[email protected]> Authored: Thu Mar 10 12:08:53 2016 -0500 Committer: Lee moon soo <[email protected]> Committed: Tue Mar 15 12:19:53 2016 -0700 ---------------------------------------------------------------------- conf/zeppelin-env.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/96b11e14/conf/zeppelin-env.sh.template ---------------------------------------------------------------------- diff --git a/conf/zeppelin-env.sh.template b/conf/zeppelin-env.sh.template index 0d2c6f0..e2a4600 100644 --- a/conf/zeppelin-env.sh.template +++ b/conf/zeppelin-env.sh.template @@ -24,7 +24,7 @@ # export ZEPPELIN_INTP_JAVA_OPTS # zeppelin interpreter process jvm options. Default = ZEPPELIN_JAVA_OPTS # 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_PID_DIR # The pid files are stored. ${ZEPPELIN_HOME}/run 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
