jongyoul commented on PR #4382:
URL: https://github.com/apache/zeppelin/pull/4382#issuecomment-1162568627
This PR looks like including CronJob changes. Could you please verify it as
well? If so, could you please summarize the changes?
--
This is an automated message from the Apache Git Se
jongyoul commented on code in PR #4382:
URL: https://github.com/apache/zeppelin/pull/4382#discussion_r903229036
##
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/scheduler/QuartzSchedulerService.java:
##
@@ -51,123 +51,110 @@ public class QuartzSchedulerService impl
Reamer opened a new pull request, #4382:
URL: https://github.com/apache/zeppelin/pull/4382
### What is this PR for?
This pull request introduces a mechanism to initialize Notes in the
background.
A consumer is passed, which is then called with the NoteId.
The consumer itself is resp
Philipp Dallig created ZEPPELIN-5754:
Summary: Initialization of the Notes asynchronously
Key: ZEPPELIN-5754
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5754
Project: Zeppelin
Iss