Jump to ratings and reviews
Rate this book

Programming Pig: Dataflow Scripting with Hadoop

Rate this book
This guide is an ideal learning tool and reference for Apache Pig, the open source engine for executing parallel data flows on Hadoop. With Pig, you can batch-process data without having to create a full-fledged application―making it easy for you to experiment with new datasets. Programming Pig introduces new users to Pig, and provides experienced users with comprehensive coverage on key features such as the Pig Latin scripting language, the Grunt shell, and User Defined Functions (UDFs) for extending Pig. If you need to analyze terabytes of data, this book shows you how to do it efficiently with Pig.

220 pages, Paperback

First published September 29, 2011

9 people are currently reading
53 people want to read

About the author

Alan Gates

9 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (8%)
4 stars
30 (44%)
3 stars
26 (38%)
2 stars
5 (7%)
1 star
0 (0%)
Displaying 1 - 7 of 7 reviews
13 reviews
March 13, 2019
This book is very useful if you want to have a quick look into Apache Pig and Pig Latin.
Profile Image for Gavin.
Author 2 books561 followers
July 17, 2018
Another totally readable introduction to something new, without a full StackOverflow safety net yet. (Pig is very good, like an imperative, Pythonic SQL: an omnivorous abstraction over MapReduce with Pythonic data structures, optional Java typing, optional schema declaration, fully extensible in Java, Python, etc. Pig is not Turing-complete, but offers several no-fuss ways to extend and delegate, including this beam of sunlight. I'm porting a bunch of SAS and MapReduce code into Pig Latin atm; the job can sometimes be done in 10 times fewer lines.) However, I read this in the slightly dazed and impermeable way that I read anything I am to read for work.

[Free!]
Profile Image for John.
25 reviews11 followers
February 20, 2013
A good programming book exposes me to many of the fundamentals of the language. A great programming book has me feeling ready to go do something in that language. This was a good programming book and nothing more.
Profile Image for Joe Mctee.
17 reviews1 follower
November 25, 2013
Another book I used in preparation for my Hadoop talk. I liked the examples, but found some of the configuration descriptions to be a bit lacking.

Still recommend the book, since once you get past configuration issues, the examples are helpful.
Profile Image for Petras.
81 reviews66 followers
April 14, 2014
A nice introduction into Pig, a dataflow scripting language for Hadoop. Since Pig is being actively developed, some information is already outdated, but it gives enough overview about what Pig is about.
Profile Image for David.
1,154 reviews59 followers
December 29, 2012
Short book, but dense content that demands a slow careful reading. Took a long time to finish this one.
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.