• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

What exactly is the reason for problem if replication factor is more than the number of nodes

 
Ranch Hand
Posts: 2966
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read that if say the replication factor is 3 (default ) and the number of nodes is 2 then it creates a problem and hadoop expects the number of nodes to be atleast equal to the number of nodes in the cluster.But what exactly is the reason for this problem ?. Replication factor means the number of times each block is replicated on the nodes.
Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic