Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

add Docker container ID to YARN application name #674

Open bossie opened 7 months ago

bossie commented 7 months ago

Helps with post-mortem analysis because it makes it easier to find corresponding driver logs in /var/log/openeo for a particular (crashed) instance of the YARN web app.

Current approach is to take the FinishTime of the application from the YARN UI and compare it to the modification time of /var/log/openeo/openeo-driver-xxx.stdout, which is tedious and error-prone.