This document describes a proposed methodology for improving energy efficiency in Hadoop clusters during node failure recovery. The methodology groups data nodes into fundamental, extended, and waiting sets. When a fundamental node fails, its replica is immediately added from the extended set rather than waiting idle. Concurrent execution allows the fundamental set to service requests while recovering the replica. Simulations show this reduces idle time and improves CPU utilization compared to previous approaches. Limitations include only considering single node failures and not measuring accuracy.