1 / 7

MapReduce

MapReduce. Powering Hadoop. Overview. Overview What is MapReduce How Does It Divide Work Example Conclusion References. What Is MapReduce. Originally created by Google Used to query large data-sets Extracts relations from unstructured data Can draw from many disparate data sources.

graceland
Download Presentation

MapReduce

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MapReduce Powering Hadoop

  2. Overview • Overview • What is MapReduce • How Does It Divide Work • Example • Conclusion • References

  3. What Is MapReduce • Originally created by Google • Used to query large data-sets • Extracts relations from unstructured data • Can draw from many disparate data sources

  4. How It Divides Work http://docs.basho.com/riak/1.3.0/tutorials/querying/MapReduce/

  5. Example • After the Boston Marathon bombing • Twitter and other social media sites were analyzed • Searched for keywords: bomb, terrorist, attack, etc. • Related the users making and mentioned in posts to their geographic location • Used to find “hotspots” • Helped to narrow the search for those responsible

  6. Conclusion • Pits computing power against unstructured data • Can be used to index and search unstructured data • Lends itself well to distributed computing systems

  7. References • http://docs.basho.com/riak/1.3.0/tutorials/querying/MapReduce/ • http://www.informationweek.com/big-data/news/software-platforms/how-foreign-names-trip-up-terrorism-data/240154159 • http://blog.data-miners.com/2010/01/hadoop-and-mapreduce-normalizing-data.html

More Related