Skip to content

Commit

Permalink
fix: CQDG-00 fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed May 30, 2024
1 parent 5544e92 commit 17fc079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/bio/ferlab/HPOMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object HPOMain extends App {

implicit val spark: SparkSession = SparkSession.builder
.appName("HPO")
.master("local[*]")
// .master("local[*]")
// .config("fs.s3a.path.style.access", s"${config.aws.pathStyleAccess}")
// .config("fs.s3a.endpoint", s"${config.aws.endpoint}")
.getOrCreate()
Expand Down

0 comments on commit 17fc079

Please sign in to comment.