I've got a M/R script that starts another M/R as a...
# suitescript
k
I've got a M/R script that starts another M/R as a task during reduce. Unfortunately if there's more than one reduce in the first M/R, the second one throws an error saying that only one of it can run at a time. Is there a way to queue up M/R tasks instead of trying to run them simultaneously?