Leemoonsoo 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_r380969384
 
 

 ##########
 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:
   I modified existing `runAllParagraphs` to return boolean value depends (that 
will be translated to exit value of the commandline). And added overloaded 
method to make it run without providing paragraph data. What do you think?

----------------------------------------------------------------
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

Reply via email to