Andrii Babiichuk created AMBARI-13370:
-----------------------------------------
Summary: Add Service Wizard->service configuration page:
Recommended configs of different service are not getting updated
Key: AMBARI-13370
URL: https://issues.apache.org/jira/browse/AMBARI-13370
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.1.3
Reporter: Andrii Babiichuk
Assignee: Andrii Babiichuk
Fix For: 2.1.3
*STR:*
# Go to add service wizard and select Ranger service
# On service configuration page of the wizard, Change *HDFS Ranger Plugin*
property under Ranger plugin tab from Disable to Enabled
# This triggers Recommendation API and response of the recommendation API is
{code}
"configurations" : {
"ranger-hdfs-plugin-properties" : {
"properties" : {
"ranger-hdfs-plugin-enabled" : "true"
}
}
}
{code}
# Go to HDFS config page and check the value of the
*ranger-hdfs-plugin-enabled* property
*Expected result:* ranger-hdfs-plugin-enabled should be updated to true
*Actual Result:* ranger-hdfs-plugin-enabled retains the same value
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)