0 votes
in Hive by
Can hive queries be executed from script files? How?

1 Answer

0 votes
by

It is possible by using the source command.

For example -

Hive> source /path/to/file/file_with_query.hql

...