- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
I am installing HDP 2.4 pseudo mode cluster using Ambari 2.2.2.0 on vagrant. Every services are getting installed instead of SmartSense.
- Labels:
-
Apache Ambari
Created ‎05-18-2016 07:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error shows package smartsense-hst not available in the following path:
/var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files/rpm/*.rpm
Not sure why it is trying to search in HDP/2.1 folder. Other services of HDP2.4 are getting successfully installed.
PS - Tried searching the smart sense package in
/var/lib/ambari-agent/cache/stacks/HDP/2.4/services/SMARTSENSE/package/files/rpm/*.rpm
also but it was not available.
I have attached the error and output logs.
Created ‎05-18-2016 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mrizvi
There is no rpm/*.rpm file path in /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files/rpm/*.rpm location
Below steps will fix your issue:
Login as root:
cd /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files
mkdir rpm
download smartsense-hst-1.2.1.0-161.rpm file and place it in var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files/rpm/ location
Now start installing SmartSense would work
Created ‎05-18-2016 08:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have any one experienced this before?
Created ‎05-18-2016 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mrizvi
There is no rpm/*.rpm file path in /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files/rpm/*.rpm location
Below steps will fix your issue:
Login as root:
cd /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files
mkdir rpm
download smartsense-hst-1.2.1.0-161.rpm file and place it in var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/files/rpm/ location
Now start installing SmartSense would work
Created ‎05-18-2016 09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please run this command as root and check yum -y install smartsense-hst
