You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Steve Howard <st...@gmail.com> on 2015/07/21 13:19:30 UTC

Simulating a login trigger in hive

We would like to assign a YARN queue to a user upon login.

Is there any way to do this outside of the box?  If not, is anyone aware of
any development effort to do this?

It sounds like it would be pretty simple to extend the Connection class to
lookup a queue in a custom table in the metastore for a given user and set
tez.queue.name=foo.  If one isn't found, assign the default queue.