srowen commented on a change in pull request #24438: [SPARK-23626][CORE] 
DAGScheduler blocked due to JobSubmitted event
URL: https://github.com/apache/spark/pull/24438#discussion_r277699577
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1309,4 +1309,11 @@ package object config {
     .bytesConf(ByteUnit.BYTE)
     .createOptional
 
+  private[spark] val EAGER_RDD_PARTITION_EVALUATE =
+    ConfigBuilder("spark.rdd.eager.partition")
 
 Review comment:
   I haven't looked in detail, but I'm really skeptical of this. How will a 
user find this? if it's set one way, we still have the problem? if it's set 
another way, that changes a lot of behavior, potentially.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to