Answer Posted / Subhash Singh
The main components of Apache Pig platform include: 1) Pig Latin - a high-level language for expressing data analysis, 2) Pig Storage - built-in and custom storage mechanisms like HDFS and HBase, 3) Execution Engine - responsible for executing Pig Latin scripts, 4) UDFs (User Defined Functions) - allow users to extend the functionality of Pig Latin, and 5) Optimizer - optimizes the execution plan for improved performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers