简体   繁体   中英

On Azure Databricks how can I tell which blob store is mounted

I have inherited a notebook which writes to a mounted Azure blob storage, using syntax:

instrumentDf.write.json('/mnt/blobdata/cosmosdata/instrumentjson')

How can I find the name of the Azure blob storage it has written to ?

Thanks !

You could use for this purpose:

dbutils.fs.mounts()

This lists the mountpoints and the source.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM