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.

Error: Unsupported distributable during SmartSense Ambari install

avatar
Rising Star

When running the command " hst add-to-ambari " , following the prompt we added the path to rpm and receive the error. We are using ambari 2.1.2 and HDP 2.3.2.0-2950, and the rpm is: smartsense-hst-1.1.0-119.x86_64.rpm. Our O/S is RHEL 7.

1 ACCEPTED SOLUTION

avatar

Hi @Mike Li - are you using the full path to the RPM on the filesystem? For example if the RPM is in /root, please use the following when prompted:

/root/smartsense-hst-1.1.0-119.x86_64.rpm

View solution in original post

3 REPLIES 3

avatar

Hi @Mike Li - are you using the full path to the RPM on the filesystem? For example if the RPM is in /root, please use the following when prompted:

/root/smartsense-hst-1.1.0-119.x86_64.rpm

avatar
Rising Star

We changed the rpm's owner to root and we copy and paste the full path, now it works. Thank you for your help.

avatar
Rising Star

Yes after we use full path. And we also change owner to root. Then worked. Thanks,