Skip to content

Commit

Permalink
log error listener: debug should be off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Oct 16, 2024
1 parent c48e514 commit 4d44e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LogErrorSparkListener extends SparkListener {
private val executorRuntime = new AtomicLong(0L)
private val recordsRead = new AtomicLong(0L)
private val recordsWritten = new AtomicLong(0L)
private val debug = true
private val debug = false

def getStagesCompleted: Int = stagesCompleted.get()

Expand Down

0 comments on commit 4d44e53

Please sign in to comment.