Correct Answer : Get Lastest Questions and Answer : Explanation: It is the responsibility of scheduler only to match the submitted label against the available node labels and run the tasks for the Job on the nodes that match the node labels.
Question : Select correct statement regarding label based scheduling
1. To list all the available labels in the cluster, you can use hadoop job -showlabels
2. We can use following command line option to Submit job with label hadoop jar -D mapred.job.label=hadoopexam
Correct Answer : Get Lastest Questions and Answer : Explanation: If you dont provide any lablel to the job. It will not fail and use default scheduling algorithm.
Correct Answer : Get Lastest Questions and Answer : Explanation: If we submit the job with the label, which does not exists job will hang and will never be executed. If you don t provide label at all then default scheduling algorithm will be used.