Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.1.0
-
None
Description
Install cluster with 3 hosts
Create 2 config groups for HBASE (named "123" and "321"). Both are without hosts
Override some configs (from Settings tab) for this groups
Go to first host's configs page (this host is in the HBASE Default group)
Overrides are shown as on the screenshot (should links for switching config-group be shown?)
When you try to change config group using top-bar (link "Change" near disabled drop-down) popup with combobox appears. Clicking OK cause JS-error:
Uncaught TypeError: Cannot read property 'map' of undefined
File: ambari-web/app/mixins/main/service/configs/config_overridable.js
Method: updateConfigurationGroup
Line: desired_configs: configGroup.get('configSiteTags').map(function (cst)