You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Chiwan Park (JIRA)" <ji...@apache.org> on 2015/11/08 18:25:10 UTC

[jira] [Created] (ZEPPELIN-408) Configuration of directories cannot be set by XML

Chiwan Park created ZEPPELIN-408:
------------------------------------

             Summary: Configuration of directories cannot be set by XML
                 Key: ZEPPELIN-408
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-408
             Project: Zeppelin
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.6.0
            Reporter: Chiwan Park
            Priority: Minor


I'm using Zeppelin 0.6.0-SNAPSHOT. To specify directory where notebook is saved, I changed {{zeppelin.notebook.dir}} property in {{zeppelin-site.xml}}. But It didn't work.

>From my investigation, the problem is caused by initializing notebook path in start scripts({{zeppelin.sh}}, {{zeppelin-daemon.sh}}). These scripts call {{common.sh}} which initializes notebook path as {{$ZEPPELIN_HOME/notebook}}. And because the path is set as environment variable, {{ZeppelinConfiguration}} didn't use value from XML configuration. 

Because there is initialization of interpreter directory path, I think we cannot set interpreter directory path using {{zeppelin-site.xml}} also. But I didn't test about that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)