[
https://issues.apache.org/jira/browse/AMBARI-14026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025411#comment-15025411
]
Hudson commented on AMBARI-14026:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #932 (See
[https://builds.apache.org/job/Ambari-branch-2.1/932/])
AMBARI-14026. Blueprints not setting correct defaults for HDFS proxyuser
(rnettleton:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=94f9ea575e1b5d477b3fe88b114c6bc6f0f6e55a])
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
> Blueprints not setting correct defaults for HDFS proxyuser group settings
> -------------------------------------------------------------------------
>
> Key: AMBARI-14026
> URL: https://issues.apache.org/jira/browse/AMBARI-14026
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Priority: Critical
> Fix For: 2.1.3
>
> Attachments: AMBARI-14026.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The Ambari server handling of proxyuser settings has been updated in the UI's
> handling of cluster configuration to use the "*" setting for the default
> group.
> Since the Blueprint configuration processor still handles configuration
> separately in some respects, this default is now handled differently for the
> most part in Blueprints, as the Blueprint processor will still set the
> default to be "users".
> For example, the Blueprint processor currently sets the Hive-specific
> proxyuser group property to:
> "hadoop.proxyuser.hive.groups" : "users",
> The Blueprint processor should be updated, such that the default is now "*"
> for this property, and for all other service-specific proxyuser.*.groups
> properties in core-site.xml.
> Since not all environments include the "users" group, the "*" group is a more
> valid default value for this property. This change will also bring the
> Blueprint processor more closely in-line with the behavior of the UI, and so
> making the configuration more consistent across both options.
> I'm working on a fix for this, and will be submitting a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)