Correct Answer : Get Lastest Questions and Answer : Explanation: Files in HDFS are write-once and have strictly one writer at any time. The NameNode makes all decisions regarding replication of blocks. It periodically receives a Heartbeat and a Blockreport from each of the DataNodes in the cluster. Receipt of a Heartbeat implies that the DataNode is functioning properly.
Question : Select the correct statement for the NameNode ?
1. Quorum-based storage is the only supported HDFS HA 2. HA with NFS shared storage 3. Both 1 and 2 4. Both 1 and 2 are supported
Question : Which of the following are the new features of MapReduceV (YARN) architecture 1. ResourceManager High Availability: YARN now allows you to use multiple ResourceManagers so that there is no single point of failure. In-flight jobs are recovered without re-running completed tasks. 2. Monitoring and enforcing memory and CPU-based resource utilization using cgroups. 3. Continuous Scheduling: This feature decouples scheduling from the node heartbeats for improved performance in large clusters 4. 1 and 2 5. 1,2 and 3