Skip to content

Commit

Permalink
issue finding libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 20, 2024
1 parent e2706e2 commit d9ca9a6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import org.apache.spark.SparkConf
import org.apache.spark.sql.SparkSession
import org.scalatest.{Args, CompositeStatus, Status}

import scala.util.Try

trait SharedSparkSessionGDAL extends SharedSparkSession {


Expand Down Expand Up @@ -40,9 +38,9 @@ trait SharedSparkSessionGDAL extends SharedSparkSession {
SparkSession.cleanupAnyExistingSession()
val session = new MosaicTestSparkSession(conf)
session.sparkContext.setLogLevel("ERROR")
Try {
// Try {
MosaicGDAL.enableGDAL(session)
}
// }
session
}

Expand Down

0 comments on commit d9ca9a6

Please sign in to comment.