adspace
What is the number of default partitioner in hadoop?
Answer Posted / George Boipai
By default, Hadoop uses a hash-based partitioner called KeyFieldBasedPartitioner, which distributes data evenly across partitions based on the values of specified key fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers