Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Point out the wrong statement.

a) From the system perspective, the ApplicationMaster runs as a normal container
b) The ResourceManager is the per-machine slave, which is responsible for launching the applications’ containers
c) The NodeManager is the per-machine slave, which is responsible for launching the applications’ containers, monitoring their resource usage
d) None of the mentioned

Answer: b
Explanation: ResourceManager has a scheduler, which is responsible for allocating resources to the various applications running in the cluster, according to constraints such as queue capacities and user limits.

Join The Discussion