Skip to content

Commit

Permalink
remove hard-coded master
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 2, 2024
1 parent fad7a52 commit 5e8ec84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ object Main {

lazy val spark: SparkSession = SparkSession
.builder()
.master("local[*]")
.getOrCreate()

def main(args: Array[String]): Unit = {
Expand Down

0 comments on commit 5e8ec84

Please sign in to comment.