1.

Briefly explain the role of the .hiverc file in Hive?

Answer»

In HIVE, .hiverc acts as the initialization file. Whenever you open the CLI (Command Line Interface) in order to write the code for Hive, .hiverc is the FIRST ONE file that gets loaded. All the parameters that have been initially set by you are contained in this file.  

For example, you can set column HEADERS that you want to be VISIBLE in the query results, the addition of any jar files, etc. This file is loaded from the hive conf directory.



Discussion

No Comment Found