You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently i'm just looping results of fs ls and appending results of command to the end of the root path before running the command again until i reach the file I'm looking for across all subdirectories.
what would be nice is a -R option to recursively list subdirectories of a DBFS path.
$ databricks fs ls -R --absolute "dbfs:/job-logs"dbfs:/job-logs/0708-112403-f1tsd6as8/executor/app-20220708042345808-0000/0/stderrdbfs:/job-logs/0708-112403-f1tsd6as8/executor/app-20220708042345808-0000/0/stdoutdbfs:/job-logs/0708-112403-f1tsd6as8/executor/app-20220708042345808-0000/1/stdoutdbfs:/job-logs/0708-112403-f1tsd6as8/executor/app-20220708042345808-0000/1/stderr
The text was updated successfully, but these errors were encountered:
currently i'm just looping results of
fs ls
and appending results of command to the end of the root path before running the command again until i reach the file I'm looking for across all subdirectories.what would be nice is a
-R
option to recursively list subdirectories of a DBFS path.The text was updated successfully, but these errors were encountered: