GitHub user mebelousov opened a pull request:
https://github.com/apache/zeppelin/pull/2752
[ZEPPELIN-3195] Remove the limit on the number of run paragraphs at cron
### What is this PR for?
Increase interpreter pool size for unlimit the number of paragraph that run
at cron schedule.
### What type of PR is it?
[Hot Fix]
### What is the Jira issue?
*https://issues.apache.org/jira/browse/ZEPPELIN-3195
### How should this be tested?
* Create note with 15 paragraphs
* Check that at cron will be executed only 10 paragraphs
* Checkout this branch and rebuild app
* Check that all paragraphs are executed at cron
### Questions:
* Does the licenses files need update? NA
* Is there breaking changes for older versions? NA
* Does this needs documentation? NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3195
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2752.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 #2752
----
commit 827054ce769b7c61ff8344c4df19f09ef5598e80
Author: mebelousov <mebelousov@...>
Date: 2018-01-30T18:58:00Z
ZEPPELIN-3195 Increase interpreter pool size
----
---