mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update note.java to find error.
This commit is contained in:
parent
861f6524c8
commit
dbd2d03905
1 changed files with 3 additions and 0 deletions
|
|
@ -334,6 +334,9 @@ public class Note implements Serializable, JobListener {
|
|||
Paragraph p = getParagraph(paragraphId);
|
||||
p.setNoteReplLoader(replLoader);
|
||||
p.setListener(jobListenerFactory.getParagraphJobListener(this));
|
||||
|
||||
logger.info("run note paragraphId={}, p={}", paragraphId, p);
|
||||
|
||||
Interpreter intp = replLoader.get(p.getRequiredReplName());
|
||||
if (intp == null) {
|
||||
throw new InterpreterException("Interpreter " + p.getRequiredReplName() + " not found");
|
||||
|
|
|
|||
Loading…
Reference in a new issue