How to run hive script from hive cli

2019-07-07 11:54发布

问题:

I have hive script custsales.hql now I want to run it from hive cli as

hive (pract5)> run /user/training/hdfs_location/custsales.hql

but it does not execute. Please guide. I know we can run it from command line with

$ hive -f /home/training/local_location/custsales.hql

but this is not my requirement.

回答1:

Use source path/to/script command.



标签: hadoop hive