Date: May 31, 2016
- Pig and Hive are both components of Hadoop that take advantage of HDFS.
- Pig and Hive are both used to filter and "query" data from the HDFS, before it is processed by MapReduce.
- Pig is utilizes the CPU more and Hive utilizes the storage more.
- Pig is made by Yahoo while Hive is made by Facebook