I have a small cluster running HDP 3.1.5.6091 with Ambari 2.7.5.0 the I inherited
The Yarn Timeline service starts but gets a constant critical alert
ATSv2 HBase Application The HBase application reported a 'FAILED' state. Check took 2.261s
The hadoop-yarn-timelinereader.log shows
failed on connection exception: org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused:server.name:17020
I added that port (17020) to the firewall on the server in question, restarted the Timeline Service V2.0 Reader service but still getting the same error.
Any suggestions would be appreciated
Created 03-24-2022 05:01 PM
@wazzu62 ,
"Connection refused" errors usually means that the server is reachable but not accepting connections on that port. If it was a firewall issue you should've seen a "connection timeout" type of error.
This might mean that either (a) the service running on the target server is not actually running or (b) it has been configured with a different port.
Have you tried telneting into that port to check if it's open at all? Try this locally from the server and remotely from where the ATS is running.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created 03-28-2022 09:44 PM
@wazzu62, have you tried @araujo's suggestions? Has the reply helped resolve your issue? If so, can you please mark the appropriate reply as the solution? It will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,Created 04-08-2022 01:06 AM