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. Yes, using the ! mark just before the command. For example !pwd at hive prompt will list the current directory. |
|