Reading list of files/directories from Azure Blob Storage
Hi- I’m trying to figure out how to read a list of files and directories from Azure Blob Storage and then do something with those files. I have succeeded in reading and writing to Azure Blob Storage, to a specific file, using HDFS Reader and Writer. ...