HyukjinKwon commented on a change in pull request #30282:
URL: https://github.com/apache/spark/pull/30282#discussion_r519511719



##########
File path: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -130,6 +130,13 @@ package object config extends Logging {
     .stringConf
     .createOptional
 
+  private[spark] val SPARK_PYSPARK_ARCHIVE = 
ConfigBuilder("spark.yarn.pyspark.archives")
+    .doc("Location of pyspark.zip and py4j.zip.")

Review comment:
       I don't think Spark is supposed to work with other py4j and pyspark.zip. 
They are built-in for each release.




----------------------------------------------------------------
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]



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

Reply via email to