โ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
Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections.
Click here to register and join today!
Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.