Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!
Labels (2)
avatar
Rising Star

When hive.server2.enable.doAs=True , HiveServer2 performs the query processing as the user who submitted the query (usually the user you kinit with, it could be service account or an account assigned to a team ). But if the parameter is set to false, the query will run as the user that the hiveserver2 process runs as, mostly Hive

This will help to :


1-Better control the users via Hive Ranger policies

2-Better control the ACLs mappings for Yarn, so you can assign every user on a specific Queue.

6,563 Views
Labels
Version history
Last update:
‎12-01-2017 10:21 AM
Updated by:
Contributors