i have a map reduce script stuck and running i used the idea from sutie answers still no luck
Sim Greenbaum
01/04/2022, 12:05 AM
yes still runing
s
Seth Duda
01/04/2022, 12:55 AM
Not much you can do besides wait once it has started.
s
Sim Greenbaum
01/04/2022, 12:56 AM
yeah it just crashed so hpefully wont be an issue
j
Joe Thomson
01/20/2022, 10:03 PM
Running means invoking map() or reduce() infinite times? If that's the case, try modifying the script to return false whenever the script goes to reduce or map stage. Thus you can avoid business operations getting affected.