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

Sanjay Radia commented on HADOOP-8957:
--------------------------------------

bq. RawLocalFs#isValidName .. DelegatesToFileSystem to delegate to 
RawLocalFileSystem which does not implement isValidName.
FileSystem does not have corresponding #isValidName. It does have checkPath but 
that checks if the path belongs to the right file system (in AbstractFileSystem 
this part is checked by FileContext).
Looks like RawLocalFileSystem is not checking for ":" in path. Should it be?


                
> AbstractFileSystem#IsValidName should be overridden for embedded file systems 
> like ViewFs
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8957
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8957
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8957-branch-trunk-win.2.patch, HADOOP-8957.patch, 
> HADOOP-8957.patch
>
>
> This appears to be a problem with parsing a Windows-specific path, ultimately 
> throwing InvocationTargetException from AbstractFileSystem.newInstance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to