- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari 2.4 : Failing to install custom service with extentions
- Labels:
-
Apache Ambari
Created ‎10-10-2016 12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have Ambari 2.4 setup with HDP 2.4 and I am trying to create an Extension with a custom service. Followed steps defined at https://cwiki.apache.org/confluence/display/AMBARI/Extensions Successfully created extension and linked it to HDP 2.4 stack. Also seeing custom service listed in services list.But when trying to install the custom service from UI, it fails on not able to find service directory inside /var/lib/ambari-agent/cache/extensions/ .I tried restarting ambari-server but it doesn't help.
Created ‎02-24-2017 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Saloni Udani - I ran into the same thing. The issue is https://issues.apache.org/jira/browse/AMBARI-19258. I was able to patch resourceFilesKeeper.py. If you are going to use alerts you may also run into https://issues.apache.org/jira/browse/AMBARI-19283 which is harder to work around.
Created ‎02-24-2017 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Saloni Udani - I ran into the same thing. The issue is https://issues.apache.org/jira/browse/AMBARI-19258. I was able to patch resourceFilesKeeper.py. If you are going to use alerts you may also run into https://issues.apache.org/jira/browse/AMBARI-19283 which is harder to work around.
Created ‎03-09-2017 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok got that.Thank you @Kevin Risden
