You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "JoWonHyeung (Jira)" <ji...@apache.org> on 2022/07/17 13:32:00 UTC

[jira] [Created] (ZEPPELIN-5773) Even though it is window, the 'IsWindowsPath' function does not return true.

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)