In this video, we will see a Hadoop MR job with combiner different from reducer. We want to calculate Average and so we use combiner to calculate price and count and we use reducer to find average from total price and total count
コメント