Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
In core-site, there are a bunch of proxyuser settings.
These are in the form of :
hadoop.proxyuser.<username>.hosts
hadoop.proxyuser.<username>.groups
These are dynamically generated property names because they contain the user name in the property name.
These are currently not present in the stack definitions and are generated by the UI.
These are currently not being set when provisioning via a blueprint.
Until this is completed, users that deploy clusters that require proxy user properties will have to add them to the blueprint manually.
For example:
{ "configurations" : [ { "core-site" : { "hadoop.proxyuser.oozie.hosts" : "*", "hadoop.proxyuser.oozie.groups" : "users" , ... } } ] ... }
For more on cluster scoped blueprint configuration see:
https://issues.apache.org/jira/browse/AMBARI-5114
Attachments
Issue Links
- links to