Skip to content

Commit 1606981

Browse files
Removing the explicit fs.s3.impl in the code
1 parent c22c99b commit 1606981

File tree

1 file changed

+0
-1
lines changed
  • schemer-registry/src/main/scala/schemer/registry/server

1 file changed

+0
-1
lines changed

schemer-registry/src/main/scala/schemer/registry/server/Modules.scala

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ trait Modules {
3636
.getOrCreate()
3737

3838
val hadoopConf = spark.sparkContext.hadoopConfiguration
39-
hadoopConf.set("fs.s3.impl", "org.apache.hadoop.fs.s3native.NativeS3FileSystem")
4039

4140
val sqlDatabase = SqlDatabase(config)
4241
sqlDatabase.updateSchema()

0 commit comments

Comments
 (0)