aws-samples / aws-glue-samples

AWS Glue code samples
MIT No Attribution
1.42k stars 812 forks source link

Launch AWS Glue Spark UI Filtered to Specific Applications #143

Open AlJohri opened 1 year ago

AlJohri commented 1 year ago

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?