shell

Requirement You have one hive script which is expecting some variables. The variables need to be passed from a shell script. Say the name of hive script is daily_audit.hql. It is expecting three variables which are as follows: • schema • tablename • total_emp Solution Step 1: Hive Script Let’sRead More →