Use HDFS API to read Azure Blob files in Databricks
Databricks provides a wrapper file system API named DBFS (Databricks File System) to perform any file-level operation such as read, write, move, delete, rename, etc. However, sometimes we may need to read the underlying file system objects directly without using the DBFS wrapper APIs. To do so, we can use HDFS APIs available through py4j […]
Use HDFS API to read Azure Blob files in Databricks Read More »