Hi 1- Is there a way to check disk status (free disk space, used disk space, total disk space) of a node? 2-Is there a way to generally tell Hadoop to write reducer output on a node which has enough (more than 25% of the whole node's disk space) free disk space (without specifying a node)? If I dont specify a directory for reducer output where will Hadoop check the destination node disk space before writing on it? If there is no enough disk space on the reducer, Does it save reducer's output on other nodes?
Regards.