I'm trying to copy 20GB files from one folder to another folder in Azure Data Lake and want to achieve it through Data Bricks. I have tried the below code but it is taking more then an hour. Can anyone suggest me how to achieve this with less then 20 minutes?
import shutil, os
shutil.copytree("/dbfs/mnt/storage1/ABC/", "/dbfs/mnt/storage1/copied/")