Answer Posted / Pintu Kumar
The Logical Plan in Apache Pig's architecture represents the sequence of operations to be executed on data. It is an abstract representation of the physical execution plan and defines the steps required to perform a specific operation, such as filtering, grouping, joining, or sorting. The logical plan is automatically created by Pig's query parser when a user submits a query.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers