I have many folders with many files(parquet files to process using Spark) , and following that approach , my only option is to
1. Create each folder from my local fs inside DSEFS
2. Copy each folder/file from the local fs to DSEFS using put
That works , but it is very slow. If the number of files is too large , it can take a lot of time.