Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBC1511B89 for ; Fri, 18 Jul 2014 18:38:05 +0000 (UTC) Received: (qmail 72547 invoked by uid 500); 18 Jul 2014 18:38:05 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 72505 invoked by uid 500); 18 Jul 2014 18:38:05 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 72279 invoked by uid 99); 18 Jul 2014 18:38:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 18:38:05 +0000 Date: Fri, 18 Jul 2014 18:38:05 +0000 (UTC) From: "Srimanth Gunturi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-6531) Config attributes should be propagated to and persisted by Ambari agents MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-6531?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Srimanth Gunturi resolved AMBARI-6531. -------------------------------------- Resolution: Fixed +1 received. Committed to trunk. > Config attributes should be propagated to and persisted by Ambari agents > ------------------------------------------------------------------------ > > Key: AMBARI-6531 > URL: https://issues.apache.org/jira/browse/AMBARI-6531 > Project: Ambari > Issue Type: Task > Components: client > Affects Versions: 1.7.0 > Reporter: Srimanth Gunturi > Assignee: Srimanth Gunturi > Fix For: 1.7.0 > > Attachments: AMBARI-6531.patch > > > When {{properties_attributes}} are set on configurations, the changes hav= e to be propagated to and persisted by Ambari agents.=20 > For example, a POST call to _core_site.xml_=20 > {code} > { > "tag": "version1", > "type": "core-site", > "properties": { > "fs.defaultFS": "hdfs://server:8020", > "fs.trash.interval": "360", > "hadoop.proxyuser.falcon.groups": "users", > ... > "mapreduce.jobtracker.webinterface.trusted": "false" > }, > =E2=80=9Cproperties_attributes=E2=80=9D: { > =E2=80=9Cfinal=E2=80=9D: { > "fs.defaultFS": =E2=80=9Ctrue=E2=80=9D,=20 > "hadoop.proxyuser.falcon.groups": =E2=80=9Ctrue=E2=80=9D > }, > } > } > {code} > should be sent to agents in _ExecutionCommand_s and _StatusCommand_s. The= agents should then save the final flag via the _XmlConfigProvider_. > Tests should be made to take care of create, update and delete of final a= ttributes on configs. -- This message was sent by Atlassian JIRA (v6.2#6252)