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 1. Getting Started with Hadoop v2

In this chapter, we will cover the following recipes:

  • Setting up standalone Hadoop v2 on your local machine

  • Writing a WordCount MapReduce application, bundling it, and running it using Hadoop local mode

  • Adding a combiner step to the WordCount MapReduce program

  • Setting up HDFS

  • Setting up Hadoop YARN in a distributed cluster environment using Hadoop v2

  • Setting up Hadoop ecosystem in a distributed cluster environment using a Hadoop distribution

  • HDFS command-line file operations

  • Running the WordCount program in a distributed cluster environment

  • Benchmarking HDFS using DFSIO

  • Benchmarking Hadoop MapReduce using TeraSort