InterviewSolution
Saved Bookmarks
| 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 |
|