HDFS performance,tuning, and robustness
HDFS performance,tuning, and robustness 5 questions 1. Name the configuration file which holds HDFS tuning parameters mapred-site.xml core-site.xml hdfs-site.xml 2. Name the parameter that controls the replication factor in HDFS dfs.block.replication dfs.replication.count dfs.replication replication.xml 3. Check answers that apply when replication is lowered HDFS is less robust Less likely that data will be local to more workers Aggregate I/O rate will be worse HDFS will have more space available 4. Check answers that apply when NameNode fails to receive heartbeat from a DataNode DataNode is marked dead NameNode will attempt to restart DataNode No new I/O is sent to particular DataNode that missed heartbeat check Blocks below replication factor are re...