Interface Java Interview Questions – Set 11
Define TaskTracker. TaskTracker is a node in the cluster that accepts tasks like MapReduce and Shuffle operations from a JobTracker. What is the difference between HDFS and NAS? HDFS data blocks are distributed across local drives of all machines in a cluster whereas, NAS data is stored on dedicated hardware. What is the purpose of … Read more