What are the different ways of executing Pig script?
Answer Posted / Ranjeet Vishwakarma
Pig scripts can be executed in the following ways:n1. Local Mode: Pig scripts can be run on a single machine using the command 'grunt' from the terminal.n2. MapRed mode: Pig scripts are executed on Hadoop distributed processing framework (HDFS) by running 'grunt -x local' command.n3. Using Apache Ambari UI: You can execute Pig scripts directly through Apache Ambari web interface, which provides a user-friendly way to manage various Hadoop components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers