adspace


What is the difference between pig and hive?

Answer Posted / Uttam Kumar

Pig is a data flow language that supports both declarative and procedural programming, while Hive is a data warehouse infrastructure built on top of Hadoop for providing SQL-like queries to handle structured data. Pig is generally more flexible but less efficient than Hive.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of UNION and SPLIT operators? Give examples?

620