Member since
10-02-2015
37
Posts
20
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
733 | 05-31-2017 05:05 PM | |
390 | 11-30-2016 11:26 PM | |
1356 | 10-23-2016 03:11 AM | |
306 | 10-14-2016 04:06 AM | |
2811 | 10-07-2016 07:37 AM |
01-07-2020
05:12 AM
If I would enable flex subscription, an additional " Flex Subscription ID" would be required. Disabled flex subscription still seems to require "SmartSense ID", which I do not have. =>Seems to be a bug in Ambari setup.
... View more
10-17-2017
01:29 PM
We got similar issue and I'd like to share how we were troubleshooting this. Hope it could be helpful for somebody.
The root cause in our case was pretty trivial, we used password in local language. Those characters were unreadable by Python. Below you can find steps that helped us to understand the problem:
1. Add logging to
activity.py file # add "print v.encode('utf-8')" to line 386 of /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/scripts/activity.py file<br>
2. Remove corresponding pyc file to let Python catch up the changes sudo rm /var/lib/ambari-agent/cache/stacks/HDP/2.1/services/SMARTSENSE/package/scripts/activity.pyc 3. Retry installation process, in logs you should see the string which causes the problem 4. Rollback custom changes in the script and remove pyc file
... View more
06-30-2016
04:51 PM
@sheetal
You are true, 1) Noticed that Download option is not working after upgrading Ambari from 2.1 to 2.2 and Smartsense from 1.1 to 1.2 2) Verified the Ambari and Smartsense rpm's 3) Noticed that in Smartsense View configuration, the version was still being reported as 1.1 4) The Smartsense view jar under /var/lib/ambari-server/resources/views also had the 1.1 jar. 5) Copied the new 1.2 Smartsense jar from /usr/hdp/share/hst/ambari-service/SMARTSENSE/package/files/view/smartsense-ambari-view-1.2.1.0-161.jar to /var/lib/ambari-server/resources/views and restarted Ambari server. This fixed the issue and the 'Download' option is available for all bundles.
I'm not sure that if the jar's need to be manually copied for Smartsense View upgrade from 1.1 to 1.2 after the upgrade. I always thought that SmartSense View will be updated as part of Ambari upgrade.
... View more
10-19-2015
11:59 AM
Any update on this?
... View more