How to run hive script from hive cli

6.6k Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

Use source path/to/script command.