gjhscut opened a new pull request, #4696: URL: https://github.com/apache/hadoop/pull/4696
HDFS client DistributedFileSystem#append supports appending to a file with optional create flags. However, appendToFile command only supports the default create flag APPEND so that append on EC file without NEW_BLOCK create flag is not supported. Thus, it's necessary to improve appendToFile command by adding option -n for it. Option -n represents that use NEW_BLOCK create flag while appending file. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
