Leemoonsoo opened a new pull request #3654: [ZEPPELIN-4619] Run a note from the 
commandline
URL: https://github.com/apache/zeppelin/pull/3654
 
 
   ### What is this PR for?
   This PR adds a command-line option to run a single note.
   The code is pickled from https://github.com/apache/zeppelin/pull/3356.
   
   Usage is
   
   ```
   bin/zeppelin.sh --run <noteId>
   ```
   
   The command will launch a Zeppelin server and run a given note, and 
terminate on after all paragraph's successful run (with exit 0) or terminate on 
any paragraph error (with exit 1).
   
   ### What type of PR is it?
   Feature
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-4619
   
   
   ### Questions:
   * Does the licenses files need update? no
   * Is there breaking changes for older versions? no
   * Does this needs documentation? no
   

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