How to Restrict Users From Updating Hive Settings
As an administrator to manage a Hive cluster, sometimes it is needed to restrict users from updating certain Hive settings from client side. One particular example is mapred.job.queue.name or newer name mapreduce.job.queuename, where we might not want users to blindly submitting to any queues in YARN. To achieve this, Hive …