Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8091543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:05:20+00:00 2026-06-05T20:05:20+00:00

So main think with good reduce phase is good partition distribution. But for example

  • 0

So main think with good reduce phase is good partition distribution. But for example we can’t control it, or do not know how to do this(we don’t know our data).

Is the big amount of reducers will increase chances of better per reducer data distribution?
What is common practice in this question?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T20:05:21+00:00Added an answer on June 5, 2026 at 8:05 pm

    Data is usually evenly distributed among reducers using modulus hash partitioning. That means (effectively) that the hash of the key is divided by the number of reducers, and the remainder is the index of the reducer that the value gets sent to. For example, if the hash of your key is 47269893425623, and you have 10 reducers, 47269893425623 % 10 = 3, so the 4th reducer (remember, 0-indexed) gets that record.

    If your records have hot-spot keys, meaning that a large percentage of the values have exactly the same key, then adding reducers will probably not help (you’ll just be adding overhead- all of those keys will still go to the same reducer).

    If you do not have that situation, then adding reducers may help. Just remember that there is a network copy stage between mapper and reducer. The more that you split up the reducers, the more copying needs to be done between the mappers and reducers, so that part of the job will get slower.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry I can't think of a good title for this but here' my situation:
I think have a good feel to this based on my research but would
Sorry for the long title but couldn't think of a good way to put
I think I understood the Activity lifecycle on Android, but I still can't figure
I am doing this at the moment but would like the good guys of
This may be an obvious question, but I think there may well be multiple
I am learning Java, theres one thing I do not understand.. in the main
The reference says this: You should call this function from the main thread of
I've found I think very good tutorial on how to compile gcc on windows
The following HTML code looks good in chrome but it doesn't look that good

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.