Answer Posted / Dheeraj Kumar Jha
"Pig properties" refer to the configuration settings for Apache Pig that can be modified to tailor its behavior according to specific requirements. Properties are stored in a properties file and can be set using the `SET` command within Pig scripts.nnExample usage:n`SET pig.exec.recheck=true; SET mapred.job.reuse_jvm=false;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers