Ok,
So, I'm trying to spread some heavy duty processing for incoming data across lots of Map/Reduce deployments. My question is, how can I find out which deployment is currently 'idle'? Further, reading the documentation, it appears I can 'submit' against the same deployment over and over, and achieve the same thing (I'll get a null, from the submit)? Is that true?
I understand that I could utilize the 'Scheduled Script Instance Search', but I cannot seem to be able to get it to return the 'idle' deployments.