You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/10/02 20:39:57 UTC

[46/50] [abbrv] ambari git commit: AMBARI-22068. Remove user to group hardcoded logic in hooks.(vbrodetskyi)

AMBARI-22068. Remove user to group hardcoded logic in hooks.(vbrodetskyi)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3889ddfc
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3889ddfc
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3889ddfc

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 3889ddfca272dc4380f60fb1c7f8915998dc7603
Parents: 29ea0ff
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Mon Oct 2 11:17:33 2017 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Mon Oct 2 11:17:33 2017 +0300

----------------------------------------------------------------------
 ambari-server/src/main/resources/configuration-schema.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3889ddfc/ambari-server/src/main/resources/configuration-schema.xsd
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/configuration-schema.xsd b/ambari-server/src/main/resources/configuration-schema.xsd
index a67de9a..9350984 100644
--- a/ambari-server/src/main/resources/configuration-schema.xsd
+++ b/ambari-server/src/main/resources/configuration-schema.xsd
@@ -115,7 +115,7 @@
     <xs:element name="user-groups" minOccurs="0">
       <xs:complexType>
         <xs:sequence>
-          <xs:element name="property" type="userGroupInfo" minOccurs="1"/>
+          <xs:element name="property" type="userGroupInfo" minOccurs="1" maxOccurs="unbounded"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>