yifeih commented on a change in pull request #25823: 
[SPARK-28211][Core][Shuffle] Propose Shuffle Driver Components API
URL: https://github.com/apache/spark/pull/25823#discussion_r330302242
 
 

 ##########
 File path: core/src/main/java/org/apache/spark/shuffle/api/ShuffleDataIO.java
 ##########
 @@ -41,9 +41,20 @@
 @Private
 public interface ShuffleDataIO {
 
+  /**
+   * The prefix of spark config keys that are passed from the driver to the 
executor.
+   */
+  String SHUFFLE_SPARK_CONF_PREFIX = "spark.shuffle.plugin.";
 
 Review comment:
   Ok I've moved it into `ShuffleDataIOUtils`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to