InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Hive Commands are non-SQL statement such as setting a property or adding a resource(b) Set -v prints a list of configuration variables that are overridden by the user or Hive(c) Set sets a list of variables that are overridden by the user or Hive(d) None of the mentioned |
|
Answer» Correct choice is (a) Hive Commands are non-SQL statement such as setting a property or adding a resource Easiest explanation: Commands can be used in HiveQL scripts or directly in the CLI or Beeline. |
|