This is a typical case of the maven-assembly plugin breaking things. Different JARs (hadoop-commons for LocalFileSystem, hadoop-hdfs for DistributedFileSystem) each contain a different file called org.apache.hadoop.fs.FileSystem in their META-INFO/services directory. This file lists the ...
  • April 1, 2022
  • 0 Comments