Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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).