Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18566#discussion_r126275228
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -323,9 +323,10 @@ package object config {
     
       private[spark] val REDUCER_MAX_REQ_SIZE_SHUFFLE_TO_MEM =
         ConfigBuilder("spark.reducer.maxReqSizeShuffleToMem")
    -      .internal()
           .doc("The blocks of a shuffle request will be fetched to disk when 
size of the request is " +
    -        "above this threshold. This is to avoid a giant request takes too 
much memory.")
    +        "above this threshold. This is to avoid a giant request takes too 
much memory. Note that" +
    +        " it's necessary to have the support of shuffle service(at least 
Spark-2.2) when enable " +
    --- End diff --
    
    is it possible to implement this feature without shuffle service?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to