Book Image

Hadoop MapReduce v2 Cookbook - Second Edition: RAW

Book Image

Hadoop MapReduce v2 Cookbook - Second Edition: RAW

Overview of this book

Table of Contents (19 chapters)
Hadoop MapReduce v2 Cookbook Second Edition
Credits
About the Author
Acknowledgments
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Analytics

In this chapter, we will cover the following recipes:

  • Simple analytics using MapReduce

  • Performing GROUP BY using MapReduce

  • Calculating frequency distributions and sorting using MapReduce

  • Plotting the Hadoop MapReduce results using gnuplot

  • Calculating histograms using MapReduce

  • Calculating Scatter plots using MapReduce

  • Parsing a complex dataset with Hadoop

  • Joining two datasets using MapReduce