Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Persistent Hive variables possible?

avatar
Master Guru

I want to set a hive variable which will be used by all hive sessions. Any ideas how I can do this?

1 ACCEPTED SOLUTION

avatar
Super Guru
@Sunile Manjee

You can put all the variable inside .hiverc file which will automatically call while running hive shell. And yes you have to replicate this file to all user home directory or in the directory from where they run hive shell.

Moreover I don't think we can access the modified value of a variable from one hive shell session to another( I didn't tested).

View solution in original post

1 REPLY 1

avatar
Super Guru
@Sunile Manjee

You can put all the variable inside .hiverc file which will automatically call while running hive shell. And yes you have to replicate this file to all user home directory or in the directory from where they run hive shell.

Moreover I don't think we can access the modified value of a variable from one hive shell session to another( I didn't tested).