How do I include a static hql in other hql files?
I have multiple hql files that contain repeating initial code. So when I make changes to that bit of code, I have to change it in 12 files. I don’t know if I’m using the wrong keyword search, but I am unable to find an answer. I have a concern that including it in the -i would cause the dynamic values in that code to be ignored as it contains the hive setup. Can you pass multiple -f paramaters? Is there a %include or anything? I’m familiar with including code in different languages, but not hql.