hyonaldo opened a new pull request #3352: [ZEPPELIN-4127] There is no way to 
list all registered cron jobs
URL: https://github.com/apache/zeppelin/pull/3352
 
 
   ### What is this PR for?
   
   Make list all registered zeppelin's cron jobs
   
   
   ### What type of PR is it?
   [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
   Feature
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   
   https://issues.apache.org/jira/browse/ZEPPELIN-4127
   
   ### How should this be tested?
   * First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed 
behavior
   * Outline any manual steps to test the PR here.
   
   ### Screenshots (if appropriate)
   ```
   $ ./list-cronjobs.sh
       "cron": "12 12 8 * * ?",    "name": "PlatformT/shield/update_mobile",  
notebook/2CFM2FZQN
       "cron": "12 12 9 * * ?"    "name": "PlatformT/shield/update_pc",  
notebook/2CPAKBSYS
   removed '~/zeppelin/bin/1555460000'
   
   $ ./list-cronjobs.sh http://x.x.x.x:8080/#/
       "cron": "12 12 8 * * ?",    "name": "PlatformT/shield/update_mobile",  
http://x.x.x.x:8080/#/notebook/2CFM2FZQN
       "cron": "12 12 9 * * ?"    "name": "PlatformT/shield/update_pc",  
http://x.x.x.x:8080/#/notebook/2CPAKBSYS
   removed '~/zeppelin/bin/1555460011'
   ```
   
   ### Questions:
   * Does the licenses files need update?
   * Is there breaking changes for older versions?
   * Does this needs documentation?

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