What is the primary role of Apache Pig in Hadoop for data transformation?

  • Data Processing
  • Data Storage
  • Data Transformation
  • Query Language
Apache Pig is a platform for processing and analyzing large datasets in Hadoop. Its primary role is data transformation, providing a high-level scripting language, Pig Latin, to express data transformation tasks easily. Pig converts these scripts into a series of MapReduce jobs for execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *