1.

Can Hive Queries Be Executed From Script Files? How?

Answer»

Using the SOURCE command.

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

Using the source command.

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



Discussion

No Comment Found