mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
check if note config null.
This commit is contained in:
parent
dbd2d03905
commit
fe8d5eb7c5
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ public class Note implements Serializable, JobListener {
|
|||
if (intp == null) {
|
||||
throw new InterpreterException("Interpreter " + p.getRequiredReplName() + " not found");
|
||||
}
|
||||
logger.info("run note paragraphId={}, p={}, p.getConfig()={}", paragraphId, p, p.getConfig());
|
||||
if ((Boolean) p.getConfig().get("enabled")) {
|
||||
intp.getScheduler().submit(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue