umamaheswararao commented on pull request #2185: URL: https://github.com/apache/hadoop/pull/2185#issuecomment-685959366
``` As for porting into FileContext, do you mean fix the APIs which are not implemented in ViewFileSystem so FileContext could find the right path? E.g. createMultipartUploader api. ``` For the FileContext related, we have almost same class implemented ViewFs.java. Whatever we built in ViewFileSystem.java should also be copied or implemented there in ViewFs. Whoever uses AbstractFileSystem interface, they will be able to use it. Ex: https://issues.apache.org/jira/browse/HDFS-15329 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org