Skip to content

Commit c5129a5

Browse files
authored
Fix download url of archived hive (#2291) (#2319)
(cherry picked from commit 05056a3)
1 parent f8fa25b commit c5129a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/fixture/hadoop/HadoopFixturePlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import org.gradle.api.publish.ivy.IvyArtifact
3232

3333
class HadoopFixturePlugin implements Plugin<Project> {
3434

35-
private static final String APACHE_MIRROR = "https://apache.osuosl.org/"
35+
private static final String APACHE_MIRROR = "https://archive.apache.org/dist/"
3636

3737
static class HadoopFixturePluginExtension {
3838
private NamedDomainObjectContainer<HadoopClusterConfiguration> clusters

0 commit comments

Comments
 (0)