GitHub user sanjay-saxena opened a pull request:

    https://github.com/apache/incubator-toree/pull/147

    Support for --spark-context-initialization-timeout command-line option

    This change addresses TOREE-443. Instead of hardcoding the
    timeout to 100ms, --spark-context-initialization-timeout
    command-line option has been introduced to make it configurable.
    On slow/busy nodes, an appropriate timeout can be specified
    to avoid the confusing messages in the notebook UI. Added
    unit tests to CommandLineOptionsSpec.scala.

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

    $ git pull https://github.com/sanjay-saxena/incubator-toree 
configurable-kernel-execution-timeout

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

    https://github.com/apache/incubator-toree/pull/147.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 #147
    
----
commit 0cb32a98fae08a8eae3575c1bc6f9e080bc59aca
Author: Sanjay Saxena <[email protected]>
Date:   2017-11-15T21:52:30Z

    Support for --spark-context-initialization-timeout command-line option
    
    This change addresses TOREE-443. Instead of hardcoding the
    timeout to 100ms, --spark-context-initialization-timeout
    command-line option has been introduced to make it configurable.
    On slow/busy nodes, an appropriate timeout can be specified
    to avoid the confusing messages in the notebook UI. Added
    unit tests to CommandLineOptionsSpec.scala.

----


---

Reply via email to