forked from alanfgates/programmingpig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
10 lines (9 loc) · 658 Bytes
/
README
File metadata and controls
10 lines (9 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
This repository contains the example data and Pig Latin scripts for the book
_Programming Pig_ by Alan F. Gates, published by O'Reilly. All data used in
the examples is in the public domain. All Pig Latin scripts and associated
user defined functions are released under the Apache 2.0 license.
In this repository you will find the code used to take the data from it source
and prepare if for the example in the setup directory. The data directory
contains the cleansed data, ready for use in the examples. The examples
directory contains the example Pig Latin scripts, divided by chapters. The
udfs directory contains the UDFs used in the examples.