0 votes
in Big Data | Hadoop by
How will you run Unix commands from Hive?

1 Answer

0 votes
by

We can run Unix commands from Hive shell by using ! sign. We have to append ! sign before a unix command.

E.g. For using date command we have to run it as !date in Hive shell.

Related questions

0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Apr 8, 2020 in Big Data | Hadoop by GeorgeBell
...