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_r380944401
 
 

 ##########
 File path: 
zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java
 ##########
 @@ -326,6 +336,46 @@ private static void initServerConnector(Server server, 
int port, int sslPort) {
     server.addConnector(connector);
   }
 
+  private static void runNoteOnStart(ZeppelinConfiguration conf) throws 
IOException, InterruptedException {
+    String noteIdToRun = conf.getNotebookRunId();
 
 Review comment:
   Log message added.

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