Github user gss2002 commented on the issue:

    https://github.com/apache/zeppelin/pull/1447
  
    @spektom  just tested against my build by catching the exception and 
rethrowing.. It definitely solves the issue.
    
        } catch (LivyNoSessionException e) {
            throw e;
        } catch (Exception e) {
          LOGGER.error("error in interpretInput", e);
          return new InterpreterResult(Code.ERROR, e.getMessage());
        }
      }
    
      public InterpreterResult interpret(String stringLines,
    
    The code base I'm using is here with you patch and a few of @zjffdu patches 
and one of mine for NestedRuntimeException for 404's with KerberosTemplate: 
https://github.com/gss2002/zeppelin/blob/GSS_PROD_BUILD/livy/src/main/java/org/apache/zeppelin/livy/LivyHelper.java


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to