We already have Move-AzureRmDataLakeStoreItem
which will move files between folders inside Azure datalake. What I am seeking is to copy files within the datalake without effecting the original file.
The possibilities that I know are-
USQL
to EXTRACT
data from sourcefile and then OUTPUT
to the destinationfile - but I am trying to copy all sort of files (.gz,.txt,.info,.exe,.msi) and I am not sure if USQL
can help me with .gz or .exe or .msi filesData Factory
to copy data from/to Data Lake store
So, my ask here is do we have anything else at our disposal with which we can perform a copy of files within Azure Data Lake Store?
You have couple of other options,
Does this suffice please? Or do you want something natively supported by Azure Data Lake Store via its REST APIs?
Thanks, Sachin Sheth Program Manager, Azure Data Lake.