Pass variables from shell script to pig script
2017-05-22
Requirement You have one Pig script which is expecting some variables. The variables need to be passed from a shell script. Say the name of pig script is daily_audit.pig. It is expecting three variables which are as follows ip_loc no_of_emp op_loc Solution Step 1: Pig Script Let’s see the contentRead More →