Skip to content

Commit 95644e7

Browse files
committed
Added a setting for memory leak
1 parent 74d8d3d commit 95644e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@
13391339
<spark.ui.enabled>false</spark.ui.enabled>
13401340
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
13411341
<spark.driver.allowMultipleContexts>true</spark.driver.allowMultipleContexts>
1342+
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
13421343
</systemProperties>
13431344
</configuration>
13441345
<executions>

0 commit comments

Comments
 (0)