This document discusses enhancing performance and fault tolerance in Hadoop clusters. It proposes a method to identify faulty nodes in the cluster that are decreasing job execution efficiency. The method monitors node performance and categorizes nodes as active or blacklisted based on the number of task failures. If a node is frequently blacklisted, it is considered faulty. The experiment shows that removing faulty nodes identified by this method improves overall cluster efficiency by reducing job execution time.