Created on 09-20-2017 01:40 PM - edited 09-16-2022 05:16 AM
Is there a way to view the resources allocated to a particular yarn application while it is running?
The issue I am trying to determine is why my spark application decides to shut down the spark context.
I've greped the yarn logs for exceptions and I didn't find any memory related issues.
Created 09-20-2017 02:33 PM
The RM UI and the Spark History are what you are looking for. The yarn command can also be used in a pinch.
Created 09-27-2017 07:39 AM
Created 10-13-2017 09:28 PM