Srimanth Gunturi created AMBARI-6464:
----------------------------------------
Summary: FE: Saving of configs with final flags checked should
persist on Ambari
Key: AMBARI-6464
URL: https://issues.apache.org/jira/browse/AMBARI-6464
Project: Ambari
Issue Type: Task
Components: client
Affects Versions: 1.7.0
Reporter: Srimanth Gunturi
Assignee: Srimanth Gunturi
Fix For: 1.7.0
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)