TaskTracker : Instantiates and monitors individual Map and Reduce tasks
Refer HadoopExam.com Recorded Training Module : 2 and 3
Question :
Which daemon is responsible for insantiating and monitoring individaul Map and Reduce Task 1. JobTracker 2. TaskTracker 3. Seconary NameNode 4. DataNode
Correct Answer : 2
Explanation: Hadoop is comprised of five separate daemons
NameNode : Holds the metadata for HDFS
Secondary NameNode : Performs housekeeping functions for the NameNode - Is not a backup or hot standby for the NameNode DataNode : Stores actual HDFS data blocks
TaskTracker : Instantiates and monitors individual Map and Reduce tasks
Refer HadoopExam.com Recorded Training Module : 2 and 3
Question :
Which Daemon distributes individual task to machines 1. TaskTracker 2. JobTracker 3. MasterTracker 4. NameNode Solution : 15
Correct Answer : 2
Explanation: Hadoop is comprised of five separate daemons
NameNode : Holds the metadata for HDFS
Secondary NameNode : Performs housekeeping functions for the NameNode - Is not a backup or hot standby for the NameNode DataNode : Stores actual HDFS data blocks
1. It is a column family database 2. Can store massive amount of data like Terabytes 3. It gives high throughput 4. All of the above
Question : Which of the statement is wrong about HBase 1. Tables can have thousands of columns 2. It is not mendatory to have data in all the columns 3. It does not support transaction 4. All of the above 5. None of the above