Example-Pig-Script/README.md at master · tmhenson/Example-Pig-Script · GitHub
Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 534 Bytes

File metadata and controls

8 lines (5 loc) · 534 Bytes

Example-Pig-Script

Learning to do ETL in Hadoop is complex and time consuming but not with Pig. Pig gives developers a SQL-Like languege to run MapReduce jobs that transform data for complex analysis. If you a curious about learning Pig then walk-through the demos in this project on thomashenson.com.

Example using Average Function in Pig Latin

Source code for example pig script tutorial.