Differentiate between the physical plan and logical plan in Pig script?
Answer Posted / Saurabh Kumar Srivastava
The Logical Plan is an abstract representation of the Pig Latin program that explains what operations need to be performed without specifying how they should be executed. The Physical Plan, on the other hand, contains details about how to execute each operator in the Logical Plan using specific algorithms provided by storage systems like HDFS and HBase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers