Description Usage Arguments Details Value References See Also
The Core Append API.
1 2 3 4 |
azureActiveContext |
A container used for caching variables used by |
adlFileOutputStream |
The adlFileOutputStream object to operate with. |
azureDataLakeAccount |
Name of the Azure Data Lake account. |
relativePath |
Relative path of a file. |
bufferSize |
Size of the buffer to be used. |
contents |
raw contents to be written to the file. |
contentSize |
size of |
leaseId |
a String containing the lease ID (generated by client). Can be null. |
sessionId |
a String containing the session ID (generated by client). Can be null. |
syncFlag |
Use |
offsetToAppendTo |
offset at which to append to to file.
To let the server choose offset, pass |
verbose |
Print tracing information (default FALSE). |
Exceptions - IOException
response object
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#Append_to_a_File
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#Buffer_Size
Other Azure Data Lake Store functions: adls.append.direct,
adls.append, adls.concat,
adls.create, adls.delete,
adls.file.info,
adls.fileinputstream.available,
adls.fileinputstream.close,
adls.fileinputstream.create,
adls.fileinputstream.getpos,
adls.fileinputstream.length,
adls.fileinputstream.readfromservice,
adls.fileinputstream.readfully,
adls.fileinputstream.read,
adls.fileinputstream.seek,
adls.fileinputstream.skip,
adls.fileoutputstream.close,
adls.fileoutputstream.create,
adls.fileoutputstream.flush,
adls.fileoutputstream.write,
adls.ls, adls.mkdir,
adls.read.core,
adls.read.direct, adls.read,
adls.rename,
createAdlExponentialBackoffRetryPolicy,
createAdlNonIdempotentRetryPolicy,
createAdlRetryPolicy,
shouldRetry.adlExponentialBackoffRetryPolicy,
shouldRetry.adlNonIdempotentRetryPolicy,
shouldRetry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.