GitHub user prabhjyotsingh opened a pull request:

    https://github.com/apache/zeppelin/pull/2821

    [ZEPPELIN-3271] Option for disabling scheduler

    ### What is this PR for?
    Zeppelin server should have an option to enable/disable cron scheduler from 
Zeppelin config.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### What is the Jira issue?
    * [ZEPPELIN-3271](https://issues.apache.org/jira/browse/ZEPPELIN-3271)
    
    ### How should this be tested?
    * On adding below mentioned property in `zeppelin-site.xml`, this feature 
should get disabled from both web-socket and REST-APIs.
    
    ```
    <property>
      <name>zeppelin.notebook.cron.enable</name>
      <value>false</value>
      <description>Notebook enable cron scheduler feature</description>
    </property>
    ```
    
    
    ### Questions:
    * Does the licenses files need update? N/A
    * Is there breaking changes for older versions? N/A
    * Does this needs documentation? N/A


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3271

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2821.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2821
    
----
commit d25ebcc4da30bc8f17250728ea52387861920706
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date:   2018-02-27T09:20:31Z

    ZEPPELIN-3271: Option for disabling scheduler
    
    Change-Id: I0a2a000e9ef2045e6928cbd909c99bfa1b0a5f6d

----


---

Reply via email to