Member since
03-14-2016
4721
Posts
1111
Kudos Received
874
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2507 | 04-27-2020 03:48 AM | |
| 4974 | 04-26-2020 06:18 PM | |
| 4054 | 04-26-2020 06:05 PM | |
| 3287 | 04-13-2020 08:53 PM | |
| 5011 | 03-31-2020 02:10 AM |
04-16-2018
12:40 PM
Your initial indication helped: # wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm # sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm But the below-given steps were leading to either a conflict or impossibility to execute "yum install mysql-community-release" from Ambari installation Wizard: # yum localinstall https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm # yum install mysql-community-server # systemctl start mysqld.service
... View more
04-14-2018
08:30 AM
Ok, I restarted ambari agents in all hosts (including the master host) and now IP are listed correctly. Thanks! ResourceManager and HiverServer2 still do not work. I will revise logs and open a new issue, if needed.
... View more
05-14-2018
05:17 PM
for me the old mysql-connector-java.jar was the problem though I had replace it in /use/share/java. as a workaround I have to manually delete the jar as shown in picture and restarted the the hive metastore/all hive services. then service check went through.
... View more
04-11-2019
01:01 PM
@Jay Kumar SenSharma I have figured it out. Thank you!! I also need to know one more thing. Using the feature Enable Service Auto start is it a safe way to configure it in Ambari in any environment? Is there any Cons having it enabled? If we enable auto start, will there be affect on service which will ask for restarting the service? Thanking in Advance!!!
... View more
04-11-2018
01:51 PM
@Jay Kumar SenSharma I have selected option 3 (custom) . this path works for "Node1" and "Node2" . but in case of "Node3",it gives an error during the "Confirm Hosts" Step Thanks
... View more
04-11-2018
10:05 AM
@Michael Bronson Yes, Ambari UI --> Ambari Metrics --> Service Actions --> Restart All Metrics service will cause Ambari Metrics Monitor/ Grafana & Metrics Collector restart.
... View more
04-13-2018
08:15 AM
I solved this problem by substituting public IPs by private IPs in /etc/hosts.
... View more
04-08-2018
03:59 PM
@Siddharth Mishra Good to know it's always important to scrutinise the logs
... View more
04-05-2018
11:22 AM
@Juan Gonzalez Thank you were are there to help each other ...... So it's better you close this thread as it's now irrelevant and very long until you upgrade your memory. You can accept any of the responses if that helped you. Be assured HCC is a nice place to get help a lot of enthusiastic guys in here .
... View more
03-28-2018
09:34 AM
@Jay Kumar SenSharma Thanks for heads up. Ambari agents are running as Non root (hadoop) user the directory was created when we tried to srart the spark2 service and the owner was assigned as spark user. Now I've changed the owner as hadoop user and the service came up. thanks a lot 🙂
... View more