You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/10/24 10:16:37 UTC

[GitHub] sijie opened a new pull request #227: DLFS - A FileSystem API wrapper over dlog API

sijie opened a new pull request #227: DLFS - A FileSystem API wrapper over dlog API
URL: https://github.com/apache/distributedlog/pull/227
 
 
   Descriptions of the changes in this PR:
   
   - FileSystem API wrapper built over dlog API 
   
   (This is based on initial implementation from @gerritsundaram at #43) 
   
   Features supported:
   
   - create and append files
   - open files for reading
   - input stream and output stream for reading and writing data
   - list files
   - get file status
   - rename
   - mkdir
   
   Features aren't supported:
   
   - truncate
   - currently there is no clear distinguish between file and dir
   - only support delete recursive
   
   (This change includes small changes for #224 #225 #226 ).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services