public OozieClient getOozieClient() {
   if (null == this.oozieClient) {
     this.oozieClient = OozieUtil.getClient(this.oozieURL);
   }
   return this.oozieClient;
 }