zjffdu commented on a change in pull request #3542: [ZEPPELIN-4469]. Cron is
disabled after zeppelin restart
URL: https://github.com/apache/zeppelin/pull/3542#discussion_r355475900
##########
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/scheduler/QuartzSchedulerService.java
##########
@@ -54,6 +54,19 @@ public QuartzSchedulerService(ZeppelinConfiguration
zeppelinConfiguration, Noteb
this.notebook = notebook;
this.scheduler = new StdSchedulerFactory().getScheduler();
this.scheduler.start();
+
+ Thread loadingNotesThread = new Thread(){
Review comment:
Thanks for the review @alexott this comment is addressed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services