Muhammad Faaiz Taufiq created ZEPPELIN-4574:
-----------------------------------------------
Summary: Incorrect noteFileName and rootNotebookFolder in
VFSNotebookRepo.java causes Zeppelin Launch failure in windows
Key: ZEPPELIN-4574
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4574
Project: Zeppelin
Issue Type: Bug
Reporter: Muhammad Faaiz Taufiq
The rootNotebookFolder variable in VFSNotebookRepo.java does not contain the
root directory in windows. For e.g. if notebook directory is
"C:/Users/zeppelin-notes", the value of rootNotebookFolder set in
VFSNotebookRepo.java is "/Users/zeppelin-notes", which is not found in windows
and throws an exception at launch.
Similarly, the noteFileName (VFSNotebookRepo.java:110) variable is missing root
directory in windows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)