powered by
Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)
mssparkutils.fs.mount(source, mountPoint, extraConfigs = NULL)
FALSE to mimic the result if mountPoint creation fail.
mountPoint
FileSystem URI that contains the source data.
The directory of remote source to mount the source.
Extra configurations.
mssparkutils.fs.mount("abfss://xxx.dfs.core.windows.net", "/mnt")
Run the code above in your browser using DataLab