Skip to content

Commit

Permalink
Add SPARK_EVENTLOG env variable for folks to debug failing tests more…
Browse files Browse the repository at this point in the history
… easily
  • Loading branch information
holdenk committed Apr 7, 2024
1 parent 34e4ca7 commit 8b111ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ trait SparkContextProvider {
setAppName("test").
set("spark.ui.enabled", "false").
set("spark.app.id", appID).
set("spark.driver.host", "localhost")
set("spark.driver.host", "localhost").
set("spark.eventLog.enabled", sys.env.getOrElse("SPARK_EVENTLOG", "false"))
}


Expand Down

0 comments on commit 8b111ab

Please sign in to comment.