04-05-2023 04:06 PM
Hello, how are you? I have a small problem. I need to unzip some .zip, tar files. and gz inside these may have multiple files trying to unzip the .zip files i got this error
FileNotFoundError: [Errno 2] No such file or directory:
but the files are in the path, please help me
04-05-2023 10:37 PM
Hi, Could you also please ls the file name and see if it is present.
Also, please check if the file path is correct.
Refer: https://docs.databricks.com/files/index.html
Also, please tag @Debayan with your next response which will notify me. Thank you!
04-10-2023 05:28 AM
Hi @Debayan Mukherjee
yes you already try using /dbfs/mnt
dbfs:/mnt
mnt/
I share the image where I show how I am doing it and where the file is located
I have tried placing
/dbfs/mnt/
dbfs:/mnt/
/mnt/
following what the online documentation indicates.
but nothing, as you can see in the image in the red rectangle you can view the file but when I want to decompress either a .zip, a .tar or a .gz it simply sends me the error,
I hope you can help me
04-06-2023 03:32 AM
@Alfredo Vallejos Try changing the path from "/dbfs:/mnt" to "/dbfs/mnt" in the code.
Please refer to below document on how to work with files in dbfs location.
04-10-2023 05:30 AM
Hi @John Lourdu yes i already tried but it doesn't work
04-10-2023 10:36 PM
04-07-2023 11:46 PM
Hi @Alfredo Vallejos
Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.
Please help us select the best solution by clicking on "Select As Best" if it does.
Your feedback will help us ensure that we are providing the best possible service to you. Thank you!
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group