Skip to content

Commit

Permalink
upgrade hadoop version (#3621)
Browse files Browse the repository at this point in the history
Co-authored-by: Meeth Gala <[email protected]>
  • Loading branch information
meethngala and Meeth Gala authored Jan 12, 2023
1 parent 6aaf485 commit 85cd1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/defaultBuildProperties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def BuildProperties BUILD_PROPERTIES = new BuildProperties(project)
.register(new BuildProperty("confluentVersion", "2.0.1", "confluent dependencies version"))
.register(new BuildProperty("doNotSignArtifacts", false, "Do not sight Maven artifacts"))
.register(new BuildProperty("gobblinFlavor", "standard", "Build flavor (see http://gobblin.readthedocs.io/en/latest/developer-guide/GobblinModules/)"))
.register(new BuildProperty("hadoopVersion", "2.3.0", "Hadoop dependencies version"))
.register(new BuildProperty("hadoopVersion", "2.10.0", "Hadoop dependencies version"))
.register(new BuildProperty("hiveVersion", "1.0.1-avro", "Hive dependencies version"))
.register(new BuildProperty("icebergVersion", "0.11.1", "Iceberg dependencies version"))
.register(new BuildProperty("jdkVersion", JavaVersion.VERSION_1_8.toString(),
Expand Down

0 comments on commit 85cd1f9

Please sign in to comment.