Hi All , Is there way to abort/exit the map reduce script conditionally from execution ?
b
borncorp
02/06/2023, 5:04 AM
Easiest would be to handle your condition within the getInputData stage, otherwise you'd need to add an external sentinel which you'd write if the condition is triggered so any other instances would stop after validating the value of the sentinel