소스 검색

Update config

theenglishway (time) 2 년 전
부모
커밋
1a195eb3bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/scala/Transform.scala

+ 1 - 1
src/main/scala/Transform.scala

@@ -7,7 +7,7 @@ case class GamesAnalysis(teams: os.Path, games: os.Path, stats: os.Path) {
   val spark = SparkSession
     .builder()
     .appName("balldontlie")
-    .config("spark.master", "local")
+    .config("spark.master", "local[2]")
     .getOrCreate()
   import spark.implicits._