LuciferYang commented on code in PR #45075:
URL: https://github.com/apache/spark/pull/45075#discussion_r1500400758


##########
docs/core-migration-guide.md:
##########
@@ -36,6 +36,8 @@ license: |
 
 - Since Spark 4.0, Spark uses `ReadWriteOncePod` instead of `ReadWriteOnce` 
access mode in persistence volume claims. To restore the legacy behavior, you 
can set `spark.kubernetes.legacy.useReadWriteOnceAccessMode` to `true`.
 
+- Since Spark 4.0, Spark uses `~/.ivy2.5.2` as Ivy user directory by default 
to isolate the existing systems from Apache Ivy's incompatibility. To restore 
the legacy behavior, you can set `spark.jars.ivy` to `~/.ivy2`.

Review Comment:
   Will it need to be changed again if we upgrade to use ivy 2.5.3 or 2.6.x in 
the future? Or can the name of this directory be:
   
   ```
   .ivy2.5.2_and_above
   .ivy2.5.2_plus
   .ivy2.5.2_upwards
   .ivy2.5.2_or_higher
   ```
   ?



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

To unsubscribe, e-mail: [email protected]

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