Skip to content

Commit

Permalink
remove staging configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Mar 7, 2022
1 parent df76174 commit 92f91fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,17 +311,6 @@
</extraJavaTestArgs>
</properties>
<repositories>
<repository>
<id>staged</id>
<name>staged-releases</name>
<url>https://repository.apache.org/content/repositories/staging/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>gcs-maven-central-mirror</id>
<!--
Expand Down
1 change: 0 additions & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ object SparkBuild extends PomBuild {
// Google Mirror of Maven Central, placed first so that it's used instead of flaky Maven Central.
// See https://storage-download.googleapis.com/maven-central/index.html for more info.
"gcs-maven-central-mirror" at "https://maven-central.storage-download.googleapis.com/maven2/",
"hadoop-staging-mirrow" at "https://repository.apache.org/content/repositories/staging/",
DefaultMavenRepository,
Resolver.mavenLocal,
Resolver.file("ivyLocal", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3211,8 +3211,7 @@ object SQLConf {
.stringConf
.createWithDefault(
sys.env.getOrElse("DEFAULT_ARTIFACT_REPOSITORY",
"https://maven-central.storage-download.googleapis.com/maven2/," +
"https://repository.apache.org/content/repositories/staging/"))
"https://maven-central.storage-download.googleapis.com/maven2/"))

val LEGACY_FROM_DAYTIME_STRING =
buildConf("spark.sql.legacy.fromDayTimeString.enabled")
Expand Down

0 comments on commit 92f91fa

Please sign in to comment.