Explanation: DataNodes hold the actual blocks - Each block will be 64MB or 128MB in size - Each block is replicated three times on the cluster
Refer HadoopExam.com Recorded Training Module : 2 and 16
Question : When a client submits a Job, its configuration information is packaged into XML file
1. True 2. False
Correct Answer : 1
Explanation: Submitting a Job - When a client submits a job, its configuration information is packaged into an XML file.
This file, along with the .jar file containing the actual program code, is handed to the JobTracker - The JobTracker then parcels out individual tasks to TaskTracker nodes - When a TaskTracker receives a request to run a task, it instantiates a separate JVM for that task - TaskTracker nodes can be configured to run multiple tasks at the same time - If the node has enough processing power and memory
Refer HadoopExam.com Recorded Training Module : 3 and 4
Question : TaskTracker can not start multiple task in the same node
Explanation: Submitting a Job - When a client submits a job, its configuration information is packaged into an XML file.
This file, along with the .jar file containing the actual program code, is handed to the JobTracker - The JobTracker then parcels out individual tasks to TaskTracker nodes - When a TaskTracker receives a request to run a task, it instantiates a separate JVM for that task - TaskTracker nodes can be configured to run multiple tasks at the same time - If the node has enough processing power and memory
Refer HadoopExam.com Recorded Training Module : 3 and 4
1. No reducer can start until last Mapper finished 2. If mapper is running slow then another instance of Mapper will be started by Hadoop on another machine 3. Access Mostly Uused Products by 50000+ Subscribers 4. The result of the first mapper finished will be used 5. All of the above