belugabehr commented on issue #1792: HADOOP-16790: Add Write Convenience Methods URL: https://github.com/apache/hadoop/pull/1792#issuecomment-571387538 @steveloughran Thanks for the review! > can't point to a good alternative place right now. Neither could I. > Passing in overwrite options on create is critical, or make overwrite the default (and tell people!) The default is to overwrite because this is not an append function and is the most straightforward behavior. The behavior is already documented in the JavaDoc: ``` This utility method opens the file for writing, creating the file if it does not exist, or overwrites an existing file. ``` > And we will need FileContext equivalent. I'm honestly not sure that that is, but can that be added as a backlog item?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
