zjffdu commented on a change in pull request #3654: [ZEPPELIN-4619] Run a note from the commandline URL: https://github.com/apache/zeppelin/pull/3654#discussion_r380417760
########## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ########## @@ -344,6 +344,42 @@ public boolean runParagraph(String noteId, } } + public boolean runNote(String noteId, Review comment: You can use `runAllParagraphs` https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java#L347 Or maybe rename it to `runNote` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services