JoWonHyeung created ZEPPELIN-5773:
-------------------------------------
Summary: Even though it is window, the 'IsWindowsPath' function
does not return true.
Key: ZEPPELIN-5773
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5773
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.10.1
Reporter: JoWonHyeung
Assignee: JoWonHyeung
Attachments: error-1.png, getAbsoluteDir_Function.png,
isWindowsPath_Function-1.png
When executing main class on ZeppelinServer Class, URISyntaxException occur as
shown in the attached picture.
As you can see in the 'getAbsoluteDir' Function,
Even though the user's operating system is window, 'isWindowsPath' function
returns False and enters the else.
As result, './\notebook' is output.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)