Skip to content

Commit

Permalink
Apache Hive 2.3.10 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed May 6, 2024
1 parent 71e8f93 commit a31b060
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private[spark] object MavenUtils extends Logging {
val staging: IBiblioResolver = new IBiblioResolver
staging.setM2compatible(true)
staging.setUsepoms(true)
staging.setRoot("https://repository.apache.org/content/repositories/orgapachehive-1128/")
staging.setRoot("https://repository.apache.org/content/repositories/orgapachehive-1129/")
staging.setName("hive-staging-repo")
cr.add(staging)
cr
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@

<repository>
<id>hive-staging-repo</id>
<url>https://repository.apache.org/content/repositories/orgapachehive-1128/</url>
<url>https://repository.apache.org/content/repositories/orgapachehive-1129/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand Down
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ object SparkBuild extends PomBuild {
Resolver.mavenLocal,
Resolver.file("ivyLocal", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
) ++ Seq(
"hive-staging-repo" at "https://repository.apache.org/content/repositories/orgapachehive-1128/",
"hive-staging-repo" at "https://repository.apache.org/content/repositories/orgapachehive-1129/",
Resolver.file("local", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)
),
externalResolvers := resolvers.value,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4156,7 +4156,7 @@ object SQLConf {
.createWithDefault(
sys.env.getOrElse("DEFAULT_ARTIFACT_REPOSITORY",
// scalastyle:off line.size.limit
"https://repository.apache.org/content/repositories/orgapachehive-1128/," +
"https://repository.apache.org/content/repositories/orgapachehive-1129/," +
// scalastyle:on line.size.limit
"https://maven-central.storage-download.googleapis.com/maven2/"))

Expand Down

0 comments on commit a31b060

Please sign in to comment.