We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c525673 commit 130def0Copy full SHA for 130def0
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1983,7 +1983,8 @@ object SQLConf {
1983
private[spark] val ADDITIONAL_REMOTE_REPOSITORIES =
1984
ConfigBuilder("spark.sql.additionalRemoteRepositories")
1985
.doc("A comma-delimited string config of the optional additional remote maven mirror " +
1986
- "repositories, this can be used for downloading Hive jars in IsolatedClientLoader.")
+ "repositories, this can be used for downloading Hive jars in IsolatedClientLoader " +
1987
+ "if the default maven central repo is unreachable.")
1988
.stringConf
1989
.createWithDefault("")
1990
}
0 commit comments