0 votes
in Hive by

Can we run unix shell commands from the hive? Give example.

1 Answer

0 votes
by

Yes, when, just before the command we use the ! mark, we run unix shell commands from the hive.

For example-

! pwd at hive prompt will list the current directory.

...