Hi, HIVE have a the source keyword , so you can split you big huge script in multiple part .
Sou you can have a script_part.hql and inside you call all you small part .
source script_a.hql ;
source script_b.hql ;
source script_c.hql ;
--
Erwan MAS
