I'm not entirely sure, but you could try writing your configuration into
the ExecutionConfig using ExEnv#getExecutionConfig#setGlobalJobParameters.
IIRC this should then show up under /jobs/:jobid/config .
On 26/06/2019 12:04, Dominik Wosiński wrote:
> Hey,
> I am building jobs that use Typesafe Config under the hood. The configs
> tend to grow big. I was wondering whether there is a possibility to use
> WebUI to show the config that the job was run with, currently the only idea
> is to log the config and check it inside the logs, but with dozens of jobs
> it is getting troublesome. Is there a better way to access the job custom
> configuration??
>
> Thanks in advance,
> Best,
> Dom.
>