mssparkutils.fs.mount {notebookutils}R Documentation

Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)

Description

Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)

Usage

mssparkutils.fs.mount(source, mountPoint, extraConfigs = NULL)

Arguments

source

FileSystem URI that contains the source data.

mountPoint

The directory of remote source to mount the source.

extraConfigs

Extra configurations.

Value

FALSE to mimic the result if mountPoint creation fail.

Examples

mssparkutils.fs.mount("abfss://xxx.dfs.core.windows.net", "/mnt")


[Package notebookutils version 1.5.3 Index]