> Just wondering if there is native support for input arguments on Hive > scripts. > eg. $ bin/hive -f script.q <arg1 arg2> > Any documentation I could reference to look into this further? >
A workaround: cat script.q | sed -e 's/arg1/arg1val/' | bin/hive -- Tim Ellis Riot Games