What are the the issues associated with the map and reduce slots based mechanism in mapReduce?
Can there be no Reducer?
What happen if the number of the reducer is 0 in MapReduce?
How is Spark not quite the same as MapReduce? Is Spark quicker than MapReduce?
In MapReduce, ideally how many mappers should be configured on a slave?
List the network requirements for using Hadoop ?
Explain the general mapreduce algorithm
what does the text input format do?
What is the Job interface in MapReduce framework?
Explain how mapreduce works.
What is shuffling and sorting in mapreduce?
Clarify what combiners are and when you should utilize a combiner in a map reduce job?
How to set mappers and reducers for Hadoop jobs?