Description Usage Arguments Details Value References See Also
List the statuses of the files/directories in the given path.
1 2 |
azureActiveContext |
A container used for caching variables used by |
azureDataLakeAccount |
Name of the Azure Data Lake Store account. |
relativePath |
Relative path of a file/directory. |
verbose |
Print tracing information (default FALSE). |
Exceptions - FileNotFoundException, IOException
Returns a FileStatuses data frame with a row for each directory element. Each row has 11 columns (12 in case of a file): FileStatuses.FileStatus.(accessTime, modificationTime, replication, permission, owner, group, aclBit, msExpirationtime (in case of file))
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#List_a_Directory
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#List_a_File
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.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.