Q.What is the default HDFS replication factor?
Q.The client reading the data from HDFS filesystem in Hadoop does which of the following?
Q. The output of the reduce task is typically written to the FileSystem via _____________
Q.The Hadoop MapReduce framework spawns one map task for each __________ generated by the InputFormat for the job.
Q.The Mapper implementation processes one line at a time via _________ method.
Q.Users can control which keys (and hence records) go to which Reducer by implementing a custom :
Q.Find the wrong statement
Q.The right level of parallelism for maps seems to be around _________ maps per-node
Q.Which of the following phases occur simultaneously ?
Q. _________ is the default Partitioner for partitioning key space.