Description Usage Arguments Details Value References See Also
Create a directory with the provided permission.
1 2  | adls.mkdir(azureActiveContext, azureDataLakeAccount, relativePath, permission,
  verbose = FALSE)
 | 
azureActiveContext | 
 A container used for caching variables used by   | 
azureDataLakeAccount | 
 Name of the Azure Data Lake account.  | 
relativePath | 
 Relative path of a file/directory.  | 
permission | 
 Permission to be set for the directory (default is 755).  | 
verbose | 
 Print tracing information (default FALSE).  | 
Exceptions - IOException
Returns true if the directory creation succeeds; false otherwise.
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#Make_a_Directory
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#Permission
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.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.