You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2015/12/09 21:26:11 UTC

[jira] [Commented] (HADOOP-12631) Can't use windows network drive

    [ https://issues.apache.org/jira/browse/HADOOP-12631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049336#comment-15049336 ] 

Chris Nauroth commented on HADOOP-12631:
----------------------------------------

Yes, UNC paths are not supported currently.  Unfortunately, this is unlikely to change soon.  The {{Path}} class is in wide use throughout the whole Hadoop ecosystem, so any changes there have a high burden of testing and investigation for backwards-compatibility impacts.  In the meantime, I have successfully used mapped network drives (i.e. using the "net use" command) as a workaround.

> Can't use windows network drive
> -------------------------------
>
>                 Key: HADOOP-12631
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12631
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.6.0
>            Reporter: tian
>            Priority: Minor
>
> When we create a Path like "\\SIMPLESHARE\MyHome$", the double slash  will be normalised to single slash. 



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