You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@toree.apache.org by lresende <gi...@git.apache.org> on 2018/04/20 03:43:01 UTC

[GitHub] incubator-toree pull request #154: [TOREE-470] Config option do control Spar...

GitHub user lresende opened a pull request:

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

    [TOREE-470] Config option do control SparkContext initialization

    

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

    $ git pull https://github.com/lresende/incubator-toree toree-470-config-lazy-context-init

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

    https://github.com/apache/incubator-toree/pull/154.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 #154
    
----
commit 5f4d77aa434db464ee630befe4342c65af6b0149
Author: Luciano Resende <lr...@...>
Date:   2018-04-19T19:23:58Z

    [TOREE-471] Fix typo in command line configuration option
    
    Fix typo in spark_context_intialization_timeout config option
    spark_context_intialization_timeout => spark_context_initialization_timeout

commit 5e835a518b86b5663aaef616c24bccf996194835
Author: Luciano Resende <lr...@...>
Date:   2018-04-20T03:12:59Z

    [TOREE-470] Config option do control SparkContext initialization
    
    --spark-context-initialization-mode eager (disable lazy initialization)
    --spark-context-initialization-mode lazy (default, enable lazy initialization)

----


---

[GitHub] incubator-toree pull request #154: [TOREE-470] Config option do control Spar...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---