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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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.