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
When creating files, CreateFlag is hardcoded to 1 (CREATE) here: https://github.com/colinmarc/hdfs/blob/master/file_writer.go#L69
Often you want a different CreateFlag, for instance CREATE|OVERWRITE.
It would be immensely useful to be able set the CreateFlag when calling Create (or perhaps a new method).
The text was updated successfully, but these errors were encountered:
When creating files, CreateFlag is hardcoded to 1 (CREATE) here: https://github.com/colinmarc/hdfs/blob/master/file_writer.go#L69
Often you want a different CreateFlag, for instance CREATE|OVERWRITE.
It would be immensely useful to be able set the CreateFlag when calling Create (or perhaps a new method).
The text was updated successfully, but these errors were encountered: