How do I set up a queue when connecting? #222
Replies: 1 comment
-
Yes, those settings will become part of the session. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I set up a queue when connecting?
I am using a user that does not have default queue permissions and cannot execute set mapred.job.queue.name
config.HiveConfiguration = map[string]string{ "mapred.job.queue.name": viper.GetString("hive.queue"), }
Is this right?
@beltran
Beta Was this translation helpful? Give feedback.
All reactions