InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator executes a shell command from the Hive shell?(a) |(b) !(c) ^(d) +The question was asked in examination.Asked question is from Introduction to Hive topic in portion Hive and HBase of Hadoop |
|
Answer» RIGHT answer is (B) ! The EXPLANATION is: EXCLAMATION operator is for execution of command. |
|