Azure Batch Job How to split large file into smaller files

这一生的挚爱 提交于 2020-07-23 04:59:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!