mssparkutils.fs.getMountPath: Gets the local path of the mount point.

mssparkutils.fs.getMountPathR Documentation

Gets the local path of the mount point.

Description

Gets the local path of the mount point.

Usage

mssparkutils.fs.getMountPath(mountPoint, scope = "job")

Arguments

mountPoint

The directory that was previously mounted.

scope

Mount point level, job or workspace, default is job.

Value

Empty string to mimic the local mounted path related to mountPoint.

Examples

mssparkutils.fs.getMountPath("/mnt")
mssparkutils.fs.getMountPath("/mnt", "job")


notebookutils documentation built on May 29, 2024, 12:08 p.m.