What is pig?
- Implemented by Yahoo.
- Pig Hadoop echo system s/w from apache foundation used for analysing the data.
- Pig uses pig latin language.
- Data flow language.
- handle structured, semi-structured and un-structured
- Replacement of mapreduce(not 100%)
- Pig internally uses MapReduce.