tags:

views:

22

answers:

1

I am looking at using a MapReduce system to serve web pages and I have seen that load balancers are already used for distributing web page requests. Is there any reason that a map reduce system, Hadoop for example could not do this?

+1  A: 

From what I know about Hadoop I doubt it could serve as a load balancer for webpage requests. Its intended purpose is distributed, batch processing of large datasets.

Binary Nerd