Member since
07-30-2019
453
Posts
112
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2959 | 04-12-2023 08:58 PM | |
| 5613 | 04-04-2023 11:48 PM | |
| 1945 | 04-02-2023 10:24 PM | |
| 4149 | 07-05-2019 08:38 AM | |
| 3864 | 05-13-2019 06:21 AM |
04-13-2023
08:48 AM
Thanks for the answers I'll go the procedures
... View more
04-06-2023
12:49 PM
@SSandhu The first question is I am just wondering if you have an HDP subscription. If not sure you could independently run the below to see whether the repo URL is valid and reachable Display enabled HDP software repositories # yum repolist Clean out all HDP packages and metadata from cache # yum clean all Refresh HDP packages on your system # yum update Reinstall AMC yum reinstall ambari-metrics-collector The above steps should help you resolve AMC does not exist in the stack-select package
... View more
11-04-2022
02:52 AM
@abdebja , Great in that case let me know if we are good to Close the Thread , Please accept your last comment as Accept as Solution.
... View more
08-27-2022
08:11 AM
This link helped me to understand my problem https://community.cloudera.com/t5/Support-Questions/Cannot-create-support-cacse/td-p/309433/jump-to/first-unread-message
... View more
06-21-2021
01:05 AM
Hi Arvind , Can you check the Ambari server logs to see what error you are getting. If you are seeing something like this : Caused by: org.apache.ambari.server.AmbariException: Base url is missing for request RepositoryRequest Try to add this : gpl.license.accepted=true" in /etc/ambari-server/conf/ambari.properties and restart ambari-server.
... View more
07-29-2020
06:34 AM
@massoudm Did you found a solution ? I get the same error after the upgrade of HDP 3.1.0 to 3.1.4 Thanks in advance
... View more
10-22-2019
07:11 AM
Incase you have already at Step 9 and cannot proceed with ambari-server reset (as it invovles lots of Configs being added again , the below steps are for you ) Preqrequesties : The cluster now is in Deployment step(step 9 ) and you have only retry button to press - Follow the above mentioned steps - Dont restart ambari-server. Instead refresh the Installation wizard page. It will automatically pick the HDP repo urls and click on deploy. - It will go smoothly
... View more
09-13-2019
12:15 PM
Thanks a lot for your answer @jsensharma, using your command makes everything work as expected! I didn't try this before because I was a bit confused about the impact of the --silent flag. I was assuming (wrongly) that using --silent implied to have all the parameters set to their default values.
... View more
05-13-2019
07:32 AM
1 Kudo
you should be copying the directory structure as it is . Create folder hbase and hbase in /data_metrics/lib/ambari-metrics-collector/ and copy the contents from other place as it is.
... View more