Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-19-2022 06:38 PM
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-20-2022 05:03 PM
You might be using some other package named dbutils.
Try
import pyspark.dbutils
dbutils.fs.ls("/mnt")
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-20-2022 05:03 PM
You might be using some other package named dbutils.
Try
import pyspark.dbutils
dbutils.fs.ls("/mnt")
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ02-21-2022 01:56 AM
What Melbourne said or you are using databricks-connect which has limited dbutils functionality.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-15-2022 09:36 PM
agree with @Werner Stinckensโ . also may try importing dbutils - @ben Hamiltonโ