问题
Want to use Azure Batch Job to process large files, but cannot figure out how and where will i split my large file into smaller file and how do i pass that into Task so that same file is not passed to any other instance of Task
回答1:
You can use a JobManager task to accomplish this. The JobManager task can split the large file, upload the smaller files back to Azure Storage and have the JobManager task kick off tasks that process these smaller files.
来源:https://stackoverflow.com/questions/37142231/azure-batch-job-how-to-split-large-file-into-smaller-files