hadoop cluster is using only master node or all nodes
问题 I have created a 4-node hadoop cluster . I start all datanodes,namenode resource manager,etc. To find whether all of my nodes are working or not , I tried the following procedure: Step 1. I run my program when all nodes are active Step 2. I run my program when only master is active . The completion time in both cases were almost same . So, I would like to know if there is any other means by which I can know how many nodes are actually used while running the program. 回答1: Discussed in the chat