GitHub user mebelousov opened a pull request:

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

    Set ExecutorFactory 65536

    ### What is this PR for?
    The number at ExecutorFactory limits the maximum number of interpreters. 
When the number of interpreters becomes equal to the schedulers number, 
zeppelin will be fully stuck: no paragraph can run now even if the paragraph 
run a few minutes ago.
    This HF makes the number of schedulers very big.
    
    ### What type of PR is it?
    [Hot Fix]
    
    ### Todos
    * [ ] - Task
    
    ### 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/tinkoff-dwh/zeppelin Fix_SchedulerFactory

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

    https://github.com/apache/zeppelin/pull/2733.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 #2733
    
----
commit 550e9a4ca1256321b415e7c617d6cb90fbb943ca
Author: mebelousov <mebelousov@...>
Date:   2018-01-17T10:50:27Z

    Set ExecutorFactory 65536

----


---

Reply via email to