What is Partioner in hadoop? Where does it run



What is Partioner in hadoop? Where does it run..

Answer / Varun Tomar

Partitioner in Hadoop is a component responsible for partitioning the data based on a specific key. The default partitioner in Hadoop is the HashPartitioner, which partitions data based on the hash value of the key. When a MapReduce job runs, the partitioner determines which parts of the data should be assigned to which reducer. The partitioner runs on the JobTracker/ResourceManager node in Hadoop 1 and on the YARN ResourceManager in Hadoop 2.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

How will you make changes to the default configuration files?

1 Answers  


Is secondary namenode a substitute to the namenode?

1 Answers  


What is a block and block scanner in HDFS?

1 Answers  


What is the difference between HDFS and NAS ?

1 Answers  


What are the modules that constitute the Apache Hadoop 2.0 framework?

1 Answers  


How Mapper is instantiated in a running job?

1 Answers  


What is Distributed Cache?

1 Answers  


What are the different types of Znodes?

1 Answers  


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

1 Answers  


How many maximum jvm can run on a slave node?

1 Answers  


Does hadoop always require digital data to process?

1 Answers  


Can Hadoop be compared to NOSQL database like Cassandra?

1 Answers  


Categories