You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/07/11 03:03:53 UTC

[jira] [Resolved] (AMBARI-6429) FE: Saving of configs with final flags checked should persist on Ambari

     [ https://issues.apache.org/jira/browse/AMBARI-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi resolved AMBARI-6429.
--------------------------------------

    Resolution: Duplicate

Duplicated by AMBARI-6464

> FE: Saving of configs with final flags checked should persist on Ambari
> -----------------------------------------------------------------------
>
>                 Key: AMBARI-6429
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6429
>             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-6429.patch
>
>
> When user checks the final checkboxes and clicks Save, the flags should be POSTED to server and persisted. 
> {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"
>   },
>   “properties_attributes”: {
>     “final”: {
>      "fs.defaultFS": “true”, 
>      "hadoop.proxyuser.falcon.groups": “true”
>     },
>   }
> }
> {code}
> UI should only save configs which have final=true. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)