Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top