Member since
07-30-2019
453
Posts
112
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2398 | 04-12-2023 08:58 PM | |
| 4970 | 04-04-2023 11:48 PM | |
| 1590 | 04-02-2023 10:24 PM | |
| 3486 | 07-05-2019 08:38 AM | |
| 3400 | 05-13-2019 06:21 AM |
08-28-2018
02:17 PM
Hi @lam rab,
Have you done the mandatory post upgrade tasks related to ambari upgrade ?
I hope if you perform this command, the output will have every ambari versions same
rpm -qa |grep -i ambari
refer to this doc for more (this is for ambari-2.4.3 , choose for your version of ambari ) : https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.3.0/bk_ambari-upgrade/content/upgrade_ambari_metrics.html
Please mark answer as accepted if its helpful
... View more
08-27-2018
01:01 PM
Hi @Mvano Mhlawuli, glad that your issue is resolved. Can you please login and accept my comment. if this helped you. this will allow other users to find best answer easily.
... View more
08-27-2018
05:47 AM
Hi @Shashi Vk,
Can you add user 'spark' in yarn. admin. acl via ambari Ambari->service>Yarn->configs>yarn. admin. acl comma seperated and restart resourcemanager and try.
Please accept answer if this helped.
... View more
08-27-2018
05:03 AM
Hi @Lian Jiang,
Please see if this article can help you : https://community.hortonworks.com/content/supportkb/186304/unable-to-start-pyspark-jobs-when-running-with-pyt.html
Please login and accept answer if it helped :)
... View more
08-23-2018
04:09 PM
2 Kudos
Hi @Mvano Mhlawuli, Can you go to Admin-> Manage Ambari -> Version -> Click on HDF-3.2 and see if the URLS for your Operating System is updated correctly or not ? I Hope you have performs the steps mentioned here . And your Mpack is downloaded from here
... View more
08-22-2018
04:44 PM
Hi @Wasantha Herath , have you installed ambari-agent via root only ? whats permission of this folder and this file now. this looks permission issue only.
... View more
08-22-2018
04:38 PM
Hi @yadir Aguilar ,
i think you should have started the ambari-server using the command
ambari-server start
In that case please use the command
ambari-server status
This is just how systemd works. For systemd to track a process it needs to be started with systemd.
If it is started outside systemd, it won't manage the process and the status will be "not started"
E.g:
# valid flow
ambari-server start
ambari-server status
# valid flow
systemctl start ambari-server
systemctl status ambari-server
# invalid flow
ambari-server start
systemctl status ambari-server
Please accept answer if this helps you :)
... View more
08-21-2018
03:13 PM
Hi @yadir Aguilar,
your last comment was informatory.
can you please try adding the following option to security section in "/etc/amabri-agent/conf/ambari-agent.ini" and restart ambari-agent
[security]
force_https_protocol=PROTOCOL_TLSv1_2
i feel you are hitting this bug : https://issues.apache.org/jira/browse/AMBARI-17666
reference : https://community.hortonworks.com/content/supportkb/208283/error-2018-07-16-005228887-netutilpy96-eof-occurre.html
Hope this helps you, please mark aswer as accept if it did 🙂
... View more
08-21-2018
02:39 PM
Hi @yadir Aguilar, Looks like your hst-agent is ok. What are you seeing when you do this command . [root@asnaikh ~]# cat /var/log/ambari-agent/ambari-agent.log |grep -i heartbeat INFO 2018-08-21 14:36:13,697 Controller.py:311 - Building heartbeat message
INFO 2018-08-21 14:36:13,699 Heartbeat.py:87 - Adding host info/state to heartbeat message.
INFO 2018-08-21 14:36:14,001 Controller.py:320 - Sending Heartbeat (id = 2841)
INFO 2018-08-21 14:36:14,005 Controller.py:333 - Heartbeat response received (id = 2842)
INFO 2018-08-21 14:36:14,005 Controller.py:342 - Heartbeat interval is 1 seconds
INFO 2018-08-21 14:36:14,005 Controller.py:380 - Updating configurations from heartbeat
INFO 2018-08-21 14:36:14,006 Controller.py:475 - Waiting 0.9 for next heartbeat just to figure out if its ambari-agent issue or ambari-server issue. Can you try to restart ambari-server ambari-server restart and see if it helps. also grep for [root@anaikhdf1 ~]# cat /var/log/ambari-server/ambari-server.log |grep -i heartbeat|grep -i <problem_nodeFQDN>
... View more
08-21-2018
01:50 PM
Hi @yadir Aguilar , It looks like some smart sense is not responding. can you perform the following steps and see if it helps 1) execute : ambari-agent restart 2) see whats output of this command : /usr/sbin/hst agent-status 3)if output of command-2 hangs , try restarting hst-server from ambari-ui and see if the hearbeat come's back. Hope this troubleshooting helps you
... View more