How to run hive script from hive cli

2019-07-07 12:12发布

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.

标签: hadoop hive
1条回答
ら.Afraid
2楼-- · 2019-07-07 12:23

Use source path/to/script command.

查看更多
登录 后发表回答