@Override public void run() { try { ZeppelinServer.main(new String[] {""}); } catch (Exception e) { LOG.error("Exception in WebDriverManager while getWebDriver ", e); throw new RuntimeException(e); } }
@Override public void run() { try { ZeppelinServer.main(new String[] {""}); } catch (Exception e) { e.printStackTrace(); throw new RuntimeException(e); } }