Description Usage Arguments Value References See Also
NOTE: Folowing points on ADLS AdlsRetryPolicy:
Not implemented speculative reads hence not implemented NoRetryPolicy.
Not implemented ExponentialBackoffPolicyforMSI as its not used even in the JDK.
Create adlRetryPolicy.
Create a adlRetryPolicy (adlRetryPolicy) for holding variables used by the Azure Data Lake Store data functions.
1 2 | createAdlRetryPolicy(azureActiveContext,
retryPolicyType = retryPolicyEnum$EXPONENTIALBACKOFF, verbose = FALSE)
|
azureActiveContext |
A container used for caching variables used by |
retryPolicyType |
the type of retryPlociy object to create. |
verbose |
Print tracing information (default FALSE). |
An adlRetryPolicy object
Other Azure Data Lake Store functions: adls.append.core,
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,
shouldRetry.adlExponentialBackoffRetryPolicy,
shouldRetry.adlNonIdempotentRetryPolicy,
shouldRetry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.