Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Ambari 2.4 : Failing to install custom service with extentions

avatar
New Member

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.

1 ACCEPTED SOLUTION

avatar
Rising Star

@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.

View solution in original post

2 REPLIES 2

avatar
Rising Star

@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.

avatar
New Member

Ok got that.Thank you @Kevin Risden