Home > front end >  Unable read file from partitioned directory
Unable read file from partitioned directory

Time:07-25

I am unable to read file from partitioned directory in DBFS

But the other files are read easily in the normal scenarios Am I missing something? Any alternative? Failed

Screengrab for successful run Successful

CodePudding user response:

Please change the path in the failed scenario to /dbfs/<path> instead of dbfs:/

  • Related