Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 04:30 PM
It's important to keep in mind that there are 2 file systems:
- The file system on the local machines that are part of the cluster
- The distributed file system https://docs.databricks.com/data/databricks-file-system.html
When you use python w/out spark such as with sklearn, its only on the driver and local is local on the driver. That will go away when the cluster does.
Try %sh ls / and %fs ls and see the differences