Mention what is the number of default partitioner in Hadoop?



Mention what is the number of default partitioner in Hadoop?..

Answer / Ravi Tripathi

By default, there's no partitioner set for a MapReduce job in Hadoop. The HashPartitioner class is used when a partitioner isn't specified, which partitions data based on the hash value of the key.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

Explain InputFormat?

1 Answers  


How to enable/configure the compression of map output data in hadoop?

1 Answers  


Is hadoop based on google mapreduce?

1 Answers  


What is structured data?

1 Answers  


Define streaming?

1 Answers  


What is the purpose of RawComparator interface?

1 Answers  


What is a namenode? How many instances of namenode run on a hadoop cluster?

1 Answers  


What other technologies have you used in hadoop sta ck?

1 Answers  


Name some companies that use Hadoop?

1 Answers   Airtel,


What is MapFile?

1 Answers  


how would you modify that solution to only count the number of unique words in all the documents?

1 Answers  


What is partioner in hadoop? Where does it run,mapper or reducer?

1 Answers  


Categories