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_r380417269
 
 

 ##########
 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:
   It's better to add logging here to show zeppelin server is running note 
after started.

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

Reply via email to