recovering from el expression failure

2021-02-15 Thread jelmer
Hi, In my workflow I have a switch that looks like this ${fs:exists('hdfs://host/path')} However the exists el expression can throw an exception when the namenode is not whiteliisted in oozie. Unfortunately the whitelist is not under my control and when this exception is raised I wou

Re: recovering from el expression failure

2021-02-15 Thread jelmer
no On Mon, 15 Feb 2021 at 21:30, Trevor Grayson wrote: > unsubscribe > > On Mon, Feb 15, 2021 at 9:57 AM jelmer wrote: > > > Hi, > > > > In my workflow I have a switch that looks like this > > > > > > ${fs:exists('hdfs://host/path'