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 2017/03/22 18:27:41 UTC

[jira] [Commented] (TOREE-397) Avoid hard coding deploy mode property (spark.submit.deployMode)

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

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

GitHub user lresende opened a pull request:

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

    [TOREE-397] Avoid hardcoding the deploy mode property

    By checking if a proper spark.submit.deployMode property
    is available in the sparkConf enables choosing the deploy
    mode by using system properties such as $SPARK_OPTS.
    
    This change continues to use client mode if no configuration
    was provided.

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

    $ git pull https://github.com/lresende/incubator-toree toree-397

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

    https://github.com/apache/incubator-toree/pull/117.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 #117
    
----
commit fd887d80fd4241ea3be77699d27227287f366a95
Author: Luciano Resende <lr...@apache.org>
Date:   2017-03-22T18:26:26Z

    [TOREE-397] Avoid hardcoding the deploy mode property
    
    By checking if a proper spark.submit.deployMode property
    is available in the sparkConf enables choosing the deploy
    mode by using system properties such as $SPARK_OPTS.
    
    This change continues to use client mode if no configuration
    was provided.

----


> Avoid hard coding deploy mode property (spark.submit.deployMode)
> ----------------------------------------------------------------
>
>                 Key: TOREE-397
>                 URL: https://issues.apache.org/jira/browse/TOREE-397
>             Project: TOREE
>          Issue Type: Sub-task
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)