GitHub user 10110346 opened a pull request:

    https://github.com/apache/spark/pull/22306

    [SPARK-25300][CORE]Unified the configuration parameter 
`spark.shuffle.service.enabled`

    ## What changes were proposed in this pull request?
    
    The configuration parameter "spark.shuffle.service.enabled"  has defined in 
`package.scala`,  and it  is also used in many place,  so we can replace it 
with `SHUFFLE_SERVICE_ENABLED`.
    and unified  this configuration parameter "spark.shuffle.service.port"  
together.
    
    ## How was this patch tested?
    N/A

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

    $ git pull https://github.com/10110346/spark unifiedserviceenable

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

    https://github.com/apache/spark/pull/22306.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 #22306
    
----
commit 82525d753b80aef856217b9a161966a7ad499eca
Author: liuxian <liu.xian3@...>
Date:   2018-09-01T03:09:08Z

    fix

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to