Description | : Appends to the specified file. This method supports multiple concurrent appends to the file. NOTE: ConcurrentAppend and normal (serial) Append CANNOT be used interchangeably; once a file has been appended to using either of these append options, it can only be appended to using that append option. ConcurrentAppend DOES NOT guarantee order and can result in duplicated data landing in the target file. In order to close a file after using ConcurrentAppend, call the Flush method. |
Reference | : Link ¶ |
⚼ Request
POST:
/WebHdfsExt/{filePath}
{
filePath:
string
,
streamContents:
object
,
appendMode:
string
,
op:
string
,
Transfer-Encoding:
string
,
api-version:
string
,
}
⚐ Response (200)
{}
⚐ Response (default)
{
RemoteException:
}
{
,
exception:
string
,
javaClassName:
string
,
message:
string
,
}