Azure Batch on its own doesn't have MapReduce APIs like Spark. I am wondering if any of the Runners provided by Apache Beam can be used to start a MapReduce job on the pool of VMs created under Azure Batch.
Has anyone got Apache Beam APIs to work against Azure Batch?
By the way, yes, I've looked at this (https://github.com/Azure-Samples/azure-batch-samples/blob/master/CSharp/TextSearch/readme.md) but this is not exactly MapReduce. It simply splits the file into many files. Doesn't process each line.