Ishan Bhatt created AMBARI-23737:
------------------------------------
Summary: JS error adding Ranger to a cluster
Key: AMBARI-23737
URL: https://issues.apache.org/jira/browse/AMBARI-23737
Project: Ambari
Issue Type: Bug
Components: ambari-web
Reporter: Ishan Bhatt
Assignee: Ishan Bhatt
Fix For: trunk
The following error occurs in the UI while trying to add Ranger to a cluster
with the following services:
* HDFS
* HBase
* Atlas
* Zookeeper
* Infra Solar
* Kafka
{noformat}
Uncaught TypeError: Cannot read property 'get' of undefined
at Class.selectProperService (app.js:41945)
at Class.applyServicesConfigs (app.js:41459)
at Object.<anonymous> (app.js:41407)
at fire (vendor.js:1141)
at Object.add [as done] (vendor.js:1187)
at Class.loadStep (app.js:41405)
at Class.didInsertElement (app.js:202902)
at Class.newFunc [as didInsertElement] (vendor.js:12954)
at Class.trigger (vendor.js:25526)
at Class.newFunc [as trigger] (vendor.js:12954)
{noformat}
[!screenshot-1.png?default=false|thumbnail!|https://hortonworks.jira.com/secure/attachment/154821/154821_screenshot-1.png]
STR
# Create cluster with HDFS, Atlas, Zookeeper, Infra Solar, Kafka, Ambari
Metrics, Smart Sense
# Add HBase (apparently required by Atlas)
# Remove SmartSense
# Remove Ambari Metrics (fails to start with some missing PID file)
# Add Ranger, see failure
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)