I have been using the AWS Glue Spark UI via Docker and find that it often takes a really long time to boot up since it needs to parse several event logs.
Usually there is a particular job that I am interested in debugging and would like to tell the container to just parse that particular job.
Is there a way I can filter down which jobs the container is parsing?