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

Da Zhou commented on HADOOP-15753:
----------------------------------

[~ste...@apache.org]
Customer expects a Path like “abfs://{dfs.nameservices}/tmp“ to work for ABFS 
but it doesn't.
The reason why WASB support it is because path like this will be parsed as 
“/tmp”, and {dfs.nameservices} will be ignored and then its full file path will 
be constructed with the endpoint information, which comes from “default.FS“, 
and “dfs.nameservices“ is never used in this case.
So I am planing to add support for this special case.



> ABFS: support path "abfs://mycluster/file/path"
> -----------------------------------------------
>
>                 Key: HADOOP-15753
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15753
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Da Zhou
>            Assignee: Da Zhou
>            Priority: Major
>
> WASB support path format: "wasb://mycluster/file/path", but ABFS doesn't, 
> which caused some issues for customer. I will add support for this path 
> format.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to