itholic commented on code in PR #39820:
URL: https://github.com/apache/spark/pull/39820#discussion_r1095819490
##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -104,6 +104,9 @@ private[spark] object Utils extends Logging {
val MAX_DIR_CREATION_ATTEMPTS: Int = 10
@volatile private var localRootDirs: Array[String] = null
+ /** Root directory for Apache Spark documentation. */
+ val DOC_ROOT_DIR = "https://spark.apache.org/docs/latest"
Review Comment:
Updated. Thanks!! :-)
--
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]