Describe what happens to a mapreduce job from submission to output?
If reducers do not start before all mappers finish then why does the progress on mapreduce job shows something like map(50%) reduce(10%)? Why reducers progress percentage is displayed when mapper is not finished yet?
What are mapreduce new and old apis while writing map reduce program?. Explain how it works
Give some points of pig for hadoop ?
How does master slave architecture in the hadoop?
Explain the wordcount implementation via hadoop framework ?
What is hadoop framework?
What is partioner in hadoop? Where does it run,mapper or reducer?
What is a task instance in hadoop? Where does it run?
How to enable recycle bin in hadoop?
How to enable trash/recycle bin in hadoop?
What is small file problem in hadoop?
What are the default configuration files that are used in hadoop?
What exactly is hadoop?
Can we do online transactions(oltp) using hadoop?