spalah.dataset.dbfs
spalah.dataset.dbfs
check_dbfs_mounts(mounts, print_output=False)
DBFS Helper: checks if dbfs mounts are accessible
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mounts |
list
|
The list of mounts from |
required |
print_output |
bool
|
Flag to print debug information. Defaults to False. |
False
|
Returns:
Name | Type | Description |
---|---|---|
list |
list
|
the list of mounts with corresponding statuses |
Source code in spalah/dataset/dbfs.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|