InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Using Hadoop for MapReduce processing of logs is easy(b) Chukwa should work on any POSIX platform(c) Chukwa is a system for large-scale reliable log collection and processing with Hadoop(d) All of the mentionedThis question was addressed to me during an interview.Query is from Chuckwa with Hadoop topic in portion Incubator Projects, Chuckwa, Ambari, Knox and Hadoop Development Tools of Hadoop |
|
Answer» CORRECT option is (a) Using Hadoop for MapReduce processing of logs is easy The best I can EXPLAIN: Logs are GENERATED incrementally across many machines, but Hadoop MapReduce WORKS best on a small number of LARGE files. |
|