You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/02 20:51:00 UTC

[jira] [Commented] (TOREE-480) Deprecate nosparkcontext in favor of spark-context-initialization-mode none

    [ https://issues.apache.org/jira/browse/TOREE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567468#comment-16567468 ] 

ASF GitHub Bot commented on TOREE-480:
--------------------------------------

GitHub user lresende opened a pull request:

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

    [TOREE-480] Add support for spark-context-initialization-mode none

    Deprecate nosparkcontext in favor of spark-context-initialization-mode none.
    Note that old usage of nosparkcontext is automatically converted to use
    spark-context-initialization-mode none.

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

    $ git pull https://github.com/lresende/incubator-toree toree-438-spark-context-initialization-mode-none

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

    https://github.com/apache/incubator-toree/pull/157.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 #157
    
----
commit 9c9cf4adaff7ffc3ae8c786c8bca7e59fa95c2a4
Author: Luciano Resende <lr...@...>
Date:   2018-08-02T20:45:31Z

    [TOREE-480] Add support for spark-context-initialization-mode none
    
    Deprecate nosparkcontext in favor of spark-context-initialization-mode none.
    Note that old usage of nosparkcontext is automatically converted to use
    spark-context-initialization-mode none.

----


> Deprecate nosparkcontext in favor of spark-context-initialization-mode none
> ---------------------------------------------------------------------------
>
>                 Key: TOREE-480
>                 URL: https://issues.apache.org/jira/browse/TOREE-480
>             Project: TOREE
>          Issue Type: Bug
>          Components: Kernel
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>            Priority: Major
>
> We currently have spark-context-initialization-mode that supports eager and lazy options. This ticket is to deprecate the nonsparkcontext in favor of adding a 'none' option to spark-context-initialization-mode.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)