You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
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 ).
Author: Sijie Guo <sijie@apache.org>
Reviewers: Jia Zhai <None>
This closes#227 from sijie/fix_create_log
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
BUG REPORT
namespace.createLog("/path/to/log")
it should automatically create "/path" and "/path/to" if they are missing.
NONODE
exception is thrown when creating the log.The text was updated successfully, but these errors were encountered: