EMR Kerberos Flow Through Hue Access

Figure 51: EMR Kerberos Flow through Hue access
-
The user logs into Hue (or Zeppelin) with their on-premises credentials.
-
Hue authenticates those credentials against on-premises Active Directory via LDAP(S).
-
Once authenticated, the user submits a Hive query through the Hue interface.
-
Hue forwards the query to HiveServer2 and instructs it to run the job as the user (impersonation).
-
HiveServer2 submits the job to the Resource Manager for processing.
-
During execution, Hadoop authenticates and authorizes the user by invoking SSSD to verify the user account on the local node.