Azure批处理作业如何将大文件拆分为较小的文件 [英] Azure Batch Job How to split large file into smaller files

查看:88
本文介绍了Azure批处理作业如何将大文件拆分为较小的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想使用Azure批处理作业处理大文件,但无法弄清楚我将大文件分割为较小文件的方式和位置,以及如何将其传递给Task以便不将同一文件传递给任务

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

推荐答案

您可以使用 JobManager任务即可完成此任务。 JobManager任务可以拆分大文件,将较小的文件上传回Azure存储,并让JobManager任务启动处理这些较小文件的任务。

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.

这篇关于Azure批处理作业如何将大文件拆分为较小的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆