Book Image

Programming MapReduce with Scalding

By : Antonios Chalkiopoulos
Book Image

Programming MapReduce with Scalding

By: Antonios Chalkiopoulos

Overview of this book

Table of Contents (16 chapters)
Programming MapReduce with Scalding
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Scalding by Example

This chapter presents how to read and write local and Hadoop Distributed File System (HDFS) files with Scalding. It introduces the complete Scalding core capabilities through the Fields API and serves as a reference to look up how the Scalding commands can be used. In this chapter, we will cover:

  • Map-like operations

  • Join operations

  • Pipe operations

  • Grouping and reducing operations

  • Composite operations