InterviewSolution
Saved Bookmarks
| 1. |
Can we run unix shell commands from hive? Give example. |
|
Answer» Yes, using the ! mark just before the command. For example !pwd at hive prompt will list the current directory. |
|