• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MapReduce fail for more than 3 nodes

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a really annoying problem. My Hadoop system works perfectly for 2 or 3 nodes (slaves). But when I rise a number of slaves on 4, or 5, Reduce job freezes on 16%.
Did anyone had a similar problem? Or does anyone maybe know where can be a solution of my problem, in nodes communication, or in Hadoop configuration?
Thanks in advance
Filip
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure all data that you copied to hdfs proper or try cleanup data that was copied to hdfs before and upload it again. This could be data issue or might have reached max thresold.
 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

This could be data issue or might have reached max thresold.



Can you please elaborate on the max threshold?

Thanks and Regards
Rajesh Nagaraju
 
reply
    Bookmark Topic Watch Topic
  • New Topic