[
https://issues.apache.org/jira/browse/ZEPPELIN-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389854#comment-14389854
]
ASF GitHub Bot commented on ZEPPELIN-13:
----------------------------------------
GitHub user jongyoul opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/20
[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR
become set
bin/common.sh tries to find and set ZEPPELIN_CONF_DIR in order to read
zeppelin-env.sh, but ZEPPELIN_CONF_DIR is defined in zeppelin-env.sh, so we
cannot use different ZEPPELIN_CONF_DIR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/incubator-zeppelin ZEPPELIN-13
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/20.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20
----
commit 29619d3fd987a7d49b3c9476ca6b5ffdf7e20801
Author: Jongyoul Lee <[email protected]>
Date: 2015-04-01T01:41:55Z
[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR
become set
- Added option of --config on zeppelin{-daemon}.sh
- Removed ZEPPELIN_CONF_DIR from zeppelin-env.sh
commit a61d28a58a9ea4c1b8ee026596609ff5c0c343fa
Author: Jongyoul Lee <[email protected]>
Date: 2015-04-01T01:45:14Z
[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR
become set
- Reverted note.json
commit 649075590ab007bc0f6cb41e62fbb47c1ac8772c
Author: Jongyoul Lee <[email protected]>
Date: 2015-04-01T01:48:40Z
[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR
become set
- Fix the orders of checking configuration between zeppelin-daemon.sh and
zeppelin.sh
----
> ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR become set
> ----------------------------------------------------------------------
>
> Key: ZEPPELIN-13
> URL: https://issues.apache.org/jira/browse/ZEPPELIN-13
> Project: Zeppelin
> Issue Type: Bug
> Reporter: Jongyoul Lee
>
> bin/common.sh tries to find and set ZEPPELIN_CONF_DIR in order to read
> zeppelin-env.sh, but ZEPPELIN_CONF_DIR is defined in zeppelin-env.sh, so we
> cannot use different ZEPPELIN_CONF_DIR.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)