The following settings should be added
This goes in hive site.
<property>
<name>hive.server2.enable.doAs</name>
<value>true</value>
</property>
These go in core-site.xml. Replace ABC with the kerberos users.
<property>
<name>hadoop.proxyuser.ABC.groups</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.ABC.hosts</name>
<value>*</value>
</property>
It is not Coopr's responsibility to provide every possible combination of possible Hadoop configurations. Change the configuration at cluster invocation to support the settings needed.