I can control the number of nodes that reported they are OK on NameNode.
But there are many types of exceptions that can be thrown during copying
files, starting jobs etc... How to catch them without JAVA? (we are using
C++ pipes for MAP and REDUCE) How to define reaction on any type of
error/exception?
Thanks.