InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) source FILE executes a script file inside the CLI(b) bfs executes a dfs command from the Hive shell(c) hive is Query language similar to SQL(d) none of the mentionedThis question was posed to me by my school principal while I was bunking the class.This interesting question is from Introduction to Hive in chapter Hive and HBase of Hadoop |
|
Answer» RIGHT option is (B) bfs Explanation: dfsexecutes a dfs command from the Hive shell. |
|