Philipp Dallig created ZEPPELIN-4718:
----------------------------------------
Summary: Regression Fix for HDFS Notebook Storage
Key: ZEPPELIN-4718
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4718
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Philipp Dallig
Hi,
I'm using HDFS to store Zeppelin Notebooks. With [PR
#3668|https://github.com/apache/zeppelin/pull/3668] I noticed a regression.
I configured Zeppelin with the following environment variables to store
Notebooks in HDFS.
{code:java}
ZEPPELIN_NOTEBOOK_STORAGE:
org.apache.zeppelin.notebook.repo.FileSystemNotebookRepo
ZEPPELIN_NOTEBOOK_DIR: hdfs://hdfs.example.com.de:8020/zeppelin/notebook
{code}
Because of [this
change|https://github.com/apache/zeppelin/pull/3668/files#diff-179ea3a816210bb9904baabec1a552e4L397-R397],
zeppelin gets a relative path, which is wrong with a full HDFS path.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)