Skip to content

Commit

Permalink
Revert hadoop upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 24, 2024
1 parent 1f7f40d commit 95f4b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<scala.version>2.13.11</scala.version>
<scala.compat.version>2.13</scala.compat.version>
<hadoop.version>3.4.1</hadoop.version>
<hadoop.version>3.3.6</hadoop.version>
<jersey.version>2.43</jersey.version>
<log4j.version>2.23.1</log4j.version>
<logback.version>1.5.6</logback.version>
Expand Down
3 changes: 3 additions & 0 deletions src/main/scala/com/exasol/cloudetl/bucket/S3Bucket.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ final case class S3Bucket(path: String, params: StorageProperties) extends Bucke
*
* Additionally validates that all required parameters are available in order to create a configuration.
*/
// Deprecation warnings can be fixed once we upgrade to Hadoop 3.3.7 / 4.0.0
// See https://issues.apache.org/jira/browse/HADOOP-18073
@annotation.nowarn("cat=deprecation")
override def getConfiguration(): Configuration = {
validate()

Expand Down

0 comments on commit 95f4b6f

Please sign in to comment.