Alex Ott created ZEPPELIN-4772:
----------------------------------
Summary: Use local configuration for Quartz scheduler
Key: ZEPPELIN-4772
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4772
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-server
Reporter: Alex Ott
right now, check for updates of quart scheduler is configured via system
property, but it could be configured via "local" property passed during
creation of scheduler, like this:
{noformat}
Properties schedulerProperties = new Properties();
schedulerProperties.setProperty(StdSchedulerFactory.PROP_SCHED_SKIP_UPDATE_CHECK,
"true");
return new StdSchedulerFactory(schedulerProperties).getScheduler();
{noformat}
but during ZEPPELIN-4695 it was tried and lead to failing tests. We need to
investigate why this happens.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)